-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Per a conversation on slack, there is no current side-effect-free way of checking on task status. This makes it difficult as an end user to write correct, reliable code, especially when get_result() can potentially propagate a task-internal exception (or raise a funcx/globus/network-related exception). And when exceptions occur while getting tasks, the task IDs can also be lost depending on how people have written their code.
So my request would be:
- Side-effect-free way of querying task status
- better documentation that the existing operations are NOT side-effect free (note for people used to building distributed systems, this can be quite surprising!)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request