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
{{ message }}
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.
The following should immediately cease execution of the currently executing task, but should not output an error level log and no subsequent actions should be taken.
raise async.Abort()
The text was updated successfully, but these errors were encountered:
How will we want run_job to handle an async abort if it is part of a larger job? Send an abort signal to all others? Treat that task as done with no result and trigger a check for job completion? Maybe do that and record it as an error or warning job status entity.
@johnlockwood-wf We're not sure what the right behavior is in that case. We discussed it, and decided to just implement this for async's at this time, and to consider the context case independently.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The following should immediately cease execution of the currently executing task, but should not output an error level log and no subsequent actions should be taken.
raise async.Abort()
The text was updated successfully, but these errors were encountered: