Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion distributed/diagnostics/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ class SchedulerPlugin:
async def start(self, scheduler: Scheduler) -> None:
"""Run when the scheduler starts up

This runs at the end of the Scheduler startup process
This runs at the end of the Scheduler startup process,
or immediately upon registering the plugin, if Scheduler has already started.
"""

async def before_close(self) -> None:
Expand Down
Loading