Class AllProgress
Keep track of all keys, grouped by key_split
Declaration
source linkDocumentation
Methods
▶ def restart(self, scheduler) overrideinherited doc Run when the scheduler restarts itself
▶ def transition(self, key, start, finish, *args, **kwargs) overrideinherited doc Run whenever a task changes state
This method overrides distributed.diagnostics.plugin.SchedulerPlugin.transition.
Parameters
- key : string
- start : string
Start state of the transition.
One of released, waiting, processing, memory, error.
- finish : string
Final state of the transition.
- *args, **kwargs : More options passed when transitioning
This may include worker ID, compute time, etc.