You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cylc kill "foo*" kills all matching running tasks, but if any foo* are preparing they will go on to submit their jobs almost immediately.
This is not what users would expect. Preparing tasks are as good as running. If I issued the kill command 2 seconds later the jobs would have been submitted and then killed.
So, preparing tasks should get "killed" and set to submit-failed (and held, to prevent automatic submit-retries).
It's not clear if this will actually be easy to do. Several ideas discussed on Element...
The text was updated successfully, but these errors were encountered:
cylc kill "foo*"
kills all matching running tasks, but if anyfoo*
are preparing they will go on to submit their jobs almost immediately.This is not what users would expect. Preparing tasks are as good as running. If I issued the kill command 2 seconds later the jobs would have been submitted and then killed.
So, preparing tasks should get "killed" and set to submit-failed (and held, to prevent automatic submit-retries).
It's not clear if this will actually be easy to do. Several ideas discussed on Element...
The text was updated successfully, but these errors were encountered: