This method overrides distributed.diagnostics.plugin.WorkerPlugin.release_dep.
State of the released dependency. One of waiting, flight, memory.
Whether the worker should report the released dependency to the scheduler.
This method overrides distributed.diagnostics.plugin.WorkerPlugin.release_key.
State of the released task. One of waiting, ready, executing, long-running, memory, error.
Additional information on what triggered the release of the task.
Not used.
Whether the worker should report the released task to the scheduler.
This method overrides distributed.diagnostics.plugin.WorkerPlugin.setup.
This method overrides distributed.diagnostics.plugin.WorkerPlugin.teardown.
This method overrides distributed.diagnostics.plugin.WorkerPlugin.transition.
instructed by the scheduler to compute certain tasks, resulting in transitions in the state of each task. The Worker owning the task is then notified of this state transition. Whenever a task changes its state, this method will be called.
Start state of the transition. One of waiting, ready, executing, long-running, memory, error.
Final state of the transition.