Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reload: preserve retry xtriggers on reload #5040

Merged
merged 1 commit into from
Aug 4, 2022

Commits on Aug 3, 2022

  1. reload: preserve xtriggers on reload

    * Closes cylc#4866
    * Reload causes new instances of each task to be created.
    * The attributes of the old instances are copied onto the new ones.
    * Xtriggers were not copied so were lost.
    * This means that all xtriggers were effectively deleted on reload.
    oliver-sanders committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    6ed04e0 View commit details
    Browse the repository at this point in the history