-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* The reload code was spread around four places: * Scheduler.command_reload_workflow * Scheduler.main_loop * Pool.set_do_reload * Pool.reload_taskdefs * This commit co-locates the Scheduler/Pool parts and turns them into a single synchronous operation (no main-loop moving parts) to simplify the pathway. * This removes the need for the `do_reload` pool flag.
- Loading branch information
1 parent
e8423fa
commit d5f331f
Showing
3 changed files
with
42 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters