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
There is a bug in the interaction between runahead limit and task expiry.
In the following example, Cylc spawns the task out to the runahead limit, these tasks then clock-expire. The task pool is now empty so the workflow shuts down, job done, despite there still being un-expired tasks left to run before the FCP.
This is fixed by #5412 - although we had better check again once that PR is finished.
Running your example on that branch, the workflow stalls with incomplete tasks and a runahead-limited task in the pool, rather than shutting down. . If I remove a few expired tasks, I eventually get a task waiting on a new clock trigger.
(Note stall on expired tasks - i.e. considering them as incomplete - is still under discussion).
There is a bug in the interaction between runahead limit and task expiry.
In the following example, Cylc spawns the task out to the runahead limit, these tasks then clock-expire. The task pool is now empty so the workflow shuts down, job done, despite there still being un-expired tasks left to run before the FCP.
The text was updated successfully, but these errors were encountered: