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
Often times I run into situations where I need to define two or more jobs that depend on each other. It would be great if you could define dependencies between them. Some situations I could think of are:
Only trigger job two if job one was triggered and has finished.
If job one is done commence running job two.
If job one failed don't run job two at all.
For that we could define a new closure. Something like this:
Often times I run into situations where I need to define two or more jobs that depend on each other. It would be great if you could define dependencies between them. Some situations I could think of are:
For that we could define a new closure. Something like this:
The text was updated successfully, but these errors were encountered: