Class EventStream
Maintain a copy of worker events
Declaration
source linkDocumentation
Methods
▶ 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.