Skip to content
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

Adding ability to mark a job successful in order to trigger off dependent children #600

Open
Califax opened this issue Dec 3, 2015 · 1 comment

Comments

@Califax
Copy link
Contributor

Califax commented Dec 3, 2015

I opened a PR for this at #595

The idea is I want to be able to trigger all the dependent children jobs that depend on a successful invocation of a base job without actually running the base job itself. I update the success count and last success and errorCountsSinceLastSuccess on the specified based job and I use processDependencies to determine what children jobs should be triggered to run. I've run into cases with batch jobs where it is easier to fix one job within the batch, run it outside of chronos, then mark the dependency complete over rerunning the entire batch job in a long dependency. I have other use cases as well. Let me know what you think.

@ddossot
Copy link

ddossot commented Feb 2, 2016

This is a great addition, definitely something that's needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants