Conditionally continueParentOnFail or failParent #3396
Unanswered
MattChilders92
asked this question in
Q&A
Replies: 1 comment
-
|
Maybe if i could catch my errors and then throw a new FailParentError to override failParentOnFailure: false This would be a little difficult to handle |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using a complex tree of jobs and most of them with the exception of 2 small sub trees have
continueParentOnFailure: true, failParentOnFailure: false,
However I'm needing to conditionally failParent (some errors are critical to the entire queue)
I can't find anything to handle doing this
Beta Was this translation helpful? Give feedback.
All reactions