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
Some odd behaviour spotted when reloading workflows.
Start off with a regular workflow and a few job submissions:
Then reload the workflow and old jobs disappear from the data store:
Now trigger the task again, the oldest job still in the store goes from failed to submit-failed, stranger still all subsequent jobs start as submit-failed, then go through running to failed:
Pull requests welcome!
This is an Open Source project - please consider contributing a bug fix
yourself (please read CONTRIBUTING.md before starting any work though).
The text was updated successfully, but these errors were encountered:
This is not just with reloads, just re-triggering a task multiple times causes the jobs to start dropping...
I suspect it's something to do with what's written to the DB, but hopefully simpler than that .. investigating.
(see also #4037)
Some odd behaviour spotted when reloading workflows.
Start off with a regular workflow and a few job submissions:
Then reload the workflow and old jobs disappear from the data store:
Now trigger the task again, the oldest job still in the store goes from
failed
tosubmit-failed
, stranger still all subsequent jobs start assubmit-failed
, then go throughrunning
tofailed
:See also #4036
Pull requests welcome!
This is an Open Source project - please consider contributing a bug fix
yourself (please read
CONTRIBUTING.md
before starting any work though).The text was updated successfully, but these errors were encountered: