Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Add async.Abort #38

Open
ghost opened this issue Feb 6, 2013 · 2 comments
Open

Add async.Abort #38

ghost opened this issue Feb 6, 2013 · 2 comments

Comments

@ghost
Copy link

ghost commented Feb 6, 2013

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()

@johnlockwood-wf
Copy link
Contributor

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.

@ghost
Copy link
Author

ghost commented Feb 11, 2013

@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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant