-
Notifications
You must be signed in to change notification settings - Fork 2
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
lacks falc job delete
#5
Comments
Yup, I saw this! I'm not sure if we actually want "delete" or "cancel" semantics—I need to think a bit about the use cases here, and what produces desirable behavior. |
ah, you want stop instead of delete? |
Yeah, I'm not sure exactly what the most convenient design might be yet. For example, if a job is failing, it might be nice to cancel it but preserve enough debug info to investigate. |
here's what i do when a job dies unceremoniously and i need to get it ready for a retry:
cancel_job.rb:
|
all you have to do is
The text was updated successfully, but these errors were encountered: