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 previous instance of a workflow is still running when a new one is installed it would be good for cylc install to detect this and inform the user.
E.G. something along the lines of:
INSTALLED ....
whatever/run1 is still running, to shut it down (killing active tasks)
$ cylc stop whatever/run1 --kill
I don't think this should block the new installation, just a quick message after it has completed.
Pull requests welcome!
The text was updated successfully, but these errors were encountered:
Have seen quite a few cases of this which raises the priority somewhat. An especially likely mistake for people migrating from rose suite-run. Can be considered a UX bug.
If a previous instance of a workflow is still running when a new one is installed it would be good for
cylc install
to detect this and inform the user.E.G. something along the lines of:
I don't think this should block the new installation, just a quick message after it has completed.
Pull requests welcome!
The text was updated successfully, but these errors were encountered: