Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reload: wait for pending tasks to submit and pause the workflow
* Closes cylc#5107 * Reload now waits for pending tasks to submit before attempting to reload the config itself. * Reload now also puts the workflow into the paused state during the reload process. This doesn't actually achieve anything as the reload command is blocking in the main loop, but it does help to communicate that the workflow will not de-queue or submit and new tasks during this process. * The workflow status message is now updated to reflect the reload progress.
- Loading branch information