forked from cylc/cylc-flow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
main loop: improve defaults, docs and error handling
* Addresses cylc#4873 * There is now a default main loop plugin interval of `PT10M`. This prevents any plugins without a hardcoded default from being run with every main loop cycle. * Explicitly set a default for the `auto restart` plugin (also `PT10M`). * Added a note on enabling plugins. * Suppress traceback from reloading the global config in the `auto restart` plugin. This is now logged nicely. * Prevent plugins from being loaded twice when specified both on the CLI (--main-loop) and in the config (global.cylc[scheduler][main loop]plugins).
- Loading branch information
1 parent
0c977d6
commit f601dc9
Showing
4 changed files
with
91 additions
and
14 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
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