-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cancel Workflows not working #955
Comments
I realized that whenever I cancel a workflow I always pause it beforehand, so I think maybe that's why I've only seen his be a problem once. I looked into it, |
So, currently scheduled jobs should be allowed to complete, but no others should be scheduled. We have discussed an option to cancel all jobs too, but for sure tasks that are waiting should not run. |
That makes sense |
Oh and the Archived/Cancelled state should not change to Archived, and of course all dags that were done should be in the archive. |
Cancelling workflow is not working. At one point we let running or schedule tasks complete and just did not schedule any new ones but now all tasks continue. When testing this, I ran beeflow-dag several times and it only archived the final one, so this will also need to be tested when cancel is fixed.
The workflow is not actually being cancelled, instead it actually runs to completion:
beeflow query 0a
Archived/Cancelled
clamr--RUNNING
ffmpeg--WAITING
$ beeflow query 0a
Archived/Cancelled
clamr--COMPLETED
ffmpeg--PENDING
$ beeflow query 0a
Archived
clamr--COMPLETED
ffmpeg--COMPLETED
The text was updated successfully, but these errors were encountered: