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
If a user removes all tasks in a workflow e.g. cylc remove *, then there are no tasks left in the pool and the scheduler will shut down.
This is the correct behaviour, however, it can be cumbersome, e.g. if the user was intending to trigger new tasks (e.g. warm-start-like use cases) e.g:
To get around this, users must pause the workflow before removing tasks, then unpause it after. To make this easier, we could consider using a timeout similar to how we handle the similar use case of restarting a completed workflow.
The text was updated successfully, but these errors were encountered:
Closely related to #5231
If a user removes all tasks in a workflow e.g.
cylc remove *
, then there are no tasks left in the pool and the scheduler will shut down.This is the correct behaviour, however, it can be cumbersome, e.g. if the user was intending to trigger new tasks (e.g. warm-start-like use cases) e.g:
To get around this, users must pause the workflow before removing tasks, then unpause it after. To make this easier, we could consider using a timeout similar to how we handle the similar use case of restarting a completed workflow.
The text was updated successfully, but these errors were encountered: