-
Notifications
You must be signed in to change notification settings - Fork 526
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
Failure Callback #473
Comments
Hi, |
@kapil-malik So are you suggesting another chronos job that runs when one of your steps failed? |
Also can you perhaps elaborate more at what stage you like a failure job to happen? And what does that failure job features requirements will look like (Another depednency job chain in chronos, with/without schedule, etc) for you? |
Hi @tnachen |
We have a requirement that whenever a submitted job is over, our REST endpoint should get a callback for the same.
For jobs which are successfully completed, a small dependent job is good to make this work.
However, for failed jobs, the dependent job is not triggered. Is there any way / any plans to support a failure callback endpoint in Chronos?
The text was updated successfully, but these errors were encountered: