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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: