Skip to content
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

fix(worker): use 0.002 as minimum timeout for redis version lower than 7.0.8 #2515

Merged
merged 4 commits into from Apr 10, 2024

Conversation

roggervalf
Copy link
Collaborator

@roggervalf roggervalf commented Apr 9, 2024

as this fix redis/redis#11688 was introduced since version 7.0.8, redis users using a lower version are having issues where bzpopmin command blocks forever, this is happening because passing 0.001 is the same as using 0.
Fixes #2466

@roggervalf roggervalf merged commit 44f7d21 into master Apr 10, 2024
11 checks passed
@roggervalf roggervalf deleted the fix-block-timeout branch April 10, 2024 01:17
github-actions bot pushed a commit that referenced this pull request Apr 10, 2024
## [5.7.1](v5.7.0...v5.7.1) (2024-04-10)

### Bug Fixes

* **worker:** use 0.002 as minimum timeout for redis version lower than 7.0.8 ([#2515](#2515)) fixes [#2466](#2466) ([44f7d21](44f7d21))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Worker stopped processing jobs, and mostly delayed Jobs
1 participant