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

redis: only requeue existing messages for dead workers #444

Merged
merged 4 commits into from
Nov 8, 2021

Conversation

Bogdanp
Copy link
Owner

@Bogdanp Bogdanp commented Nov 8, 2021

Related to #442

The result of `redis.call("hexists", ...)` is not interpreted as a
boolean, but as an integer, meaning that we always considered these
expressions as truthy (since the only falsy values in Lua are false
and nil).

Closes #442.
@Bogdanp Bogdanp merged commit 4ea6a60 into master Nov 8, 2021
@kurtmckee
Copy link
Contributor

It looks like the branch associated with this PR can be deleted.

@Bogdanp Bogdanp deleted the redis-dead-worker-requeue branch March 25, 2022 05:05
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.

None yet

2 participants