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
I have a job with a parent and the job is configured with ignoreDependencyOnFailure set to true. This works as expected if the job errors in anyway. But if the jobs stalls more then the allowable limits and ends up, the parent job never completes and gets stuck forever.
How to reproduce.
Have a job with a dependency
Set the job with ignoreDependencyOnFailure
Set the stalledCount to 1
Manually kill the dependency job twice to simulate stall
Relevant log output
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Version
5.7.2
Platform
NodeJS
What happened?
I have a job with a parent and the job is configured with
ignoreDependencyOnFailure
set to true. This works as expected if the job errors in anyway. But if the jobs stalls more then the allowable limits and ends up, the parent job never completes and gets stuck forever.How to reproduce.
ignoreDependencyOnFailure
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: