-
Notifications
You must be signed in to change notification settings - Fork 410
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
[Bug]: Stalled jobs dont fail their parents #2464
Labels
bug
Something isn't working
Comments
hey, I'll take a look this week |
Having the same issue when using |
github-actions bot
pushed a commit
that referenced
this issue
Apr 18, 2024
## [5.7.2](v5.7.1...v5.7.2) (2024-04-18) ### Bug Fixes * **stalled:** consider failParentOnFailure when moving child into failed ([#2526](#2526)) fixes [#2464](#2464) (python) ([5e31eb0](5e31eb0)) ### Features * **queue:** add getJobLogs method [python] ([#2523](#2523)) ref [#2472](#2472) ([a24a16e](a24a16e)) * **worker:** use 0.002 as minimum timeout for redis version lower than 7.0.8 [python] ([#2521](#2521)) ([f3862dd](f3862dd))
@roggervalf tried the fix, but it looks not to be working with |
hi @juanjalil would you pls open a new issue regarding |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
5.1.1
Platform
NodeJS
What happened?
I have a job with a parent and the job is configured with
failParentOnFailure
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 in thejob stalled more then allowable limit
state, the parent does not get failed and the flow esentially gets stuck.How to reproduce.
stalledCount
to 1Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: