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

Brpoplpush::RedisScript::LuaError: WRONGTYPE Operation against a key holding the wrong kind of value #491

Closed
yaoyi opened this issue Apr 5, 2020 · 3 comments
Assignees

Comments

@yaoyi
Copy link

yaoyi commented Apr 5, 2020

current implementation in find_digest_in_queues.lua

local pagination  = redis.call("SCAN", cursor, "MATCH", "*queue:*", "COUNT", count)

we have a key cron_job:scheduler_create_sqs_queue:enqueued, it is not a queue, but will match "*queue*", which cause the error above, guess either fix this case or warn user in the readme

@mhenrixon
Copy link
Owner

Shouldn’t be too hard to fix. I doubt the leading asterisk is necessary

@mhenrixon
Copy link
Owner

This one was already addressed with #493 so closing this for now. I'll be releasing a new version today.

@mhenrixon
Copy link
Owner

Released as v7.0.15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants