We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
5.34.6
NodeJS
If keyPrefix is set on Redis connection, Worker returns following errors:
keyPrefix
Error: Missing key for job 1. moveToFinished
Error: job stalled more than allowable limit
Set keyPrefix property on Redis connection settings and create custom queue and add sample job to queue.
List of Redis keys present in database: bull:report:2:lock customprefix:bull:report:stalled-check bull:report:2 bull:report:1 customprefix:bull:report:failed customprefix:bull:report:active customprefix:bull:report:meta customprefix:bull:report:events customprefix:bull:report:id
The text was updated successfully, but these errors were encountered:
Hi @SloCompTech, pls take a look https://docs.bullmq.io/guide/connections. There is a warning to not use keyPrefix, but instead use the prefix option from queue and worker options.
Sorry, something went wrong.
Is the warning being casted or do we have a regression?
This works. Maybe prefix as correct alternative to `keyPrefix``should be mentioned in warning ?
prefix
No branches or pull requests
Version
5.34.6
Platform
NodeJS
What happened?
If
keyPrefix
is set on Redis connection, Worker returns following errors:Error: Missing key for job 1. moveToFinished
Error: job stalled more than allowable limit
How to reproduce.
Set
keyPrefix
property on Redis connection settings and create custom queue and add sample job to queue.Relevant log output
List of Redis keys present in database: bull:report:2:lock customprefix:bull:report:stalled-check bull:report:2 bull:report:1 customprefix:bull:report:failed customprefix:bull:report:active customprefix:bull:report:meta customprefix:bull:report:events customprefix:bull:report:id
Code of Conduct
The text was updated successfully, but these errors were encountered: