-
Notifications
You must be signed in to change notification settings - Fork 94
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
cylc message should have submit number info #2528
Comments
The other usual way to trigger this problem is when users reset the state of a submitted or running task to ready - without killing the original job first. This should also be handled correctly. Should we have the suite make an automatic attempt to kill the original job when user resets the state of a submitted or running task? |
I think yes. It doesn't really make sense to have to two instances of the same task job running at once. |
Somewhat relatedly (although not a submit number issue): careless (but common) use of suicide triggers can result in suiciding an active task proxy. Currently we just log a warning about this; we should probably kill the active job as well. |
#2505 not really related, but I'll put a link here any way. |
Long story short, something bad happened to a task host, and we ended up with something like this:
If we have the submit number in the task message, the suite should be able to discard messages from earlier submits.
The text was updated successfully, but these errors were encountered: