-
Notifications
You must be signed in to change notification settings - Fork 93
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
task_events_mgr: handle missing job config #6326
Conversation
This bug has hit again raising the pressure on this one. @hjoliver, this Ideally, we would probably have |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think your fix is good.
I wonder if, as a follow-up, we should put some checks in place to ensure that all expected critical config exists in n=0
task loaded for a restart? (And remove this change once that's done.)
Sensible, but I agree it might not be a small job - post an issue? |
Definitely a "non-small" job!
I think what's happened here is that |
* Closes cylc#6314 * There are niche situations where the job is not stored in "TaskProxy.jobs". * This handles the situation as gracefully as we are able to.
|
The solution is far from ideal, the job config info has been lost for starters, however, I think that is non-functional at this stage?
@hjoliver, any better ideas?
Check List
CONTRIBUTING.md
and added my name as a Code Contributor.setup.cfg
(andconda-environment.yml
if present).?.?.x
branch.