How BullMQ can be used with REDIS config rename-command EVAL" #3527
Unanswered
swlee-brainz
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
hi @swlee-brainz, bullmq package has a lot of its logic under lua scripts I don't think we can prevent on using eval commands |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
BullMQ seems to use REDIS configuration internally with EVAL when using redis. However, in October 2025, we got a known security issue CVE-2025-49844 occurred, so I modified the setting as follows in the redis.conf file
rename-command EVAL ""
After that, bullMQ was unable to execute a job. And I meet this error.
ReplyError: ERR unknown command 'eval', with args beginning with: '--[[ Move next job to be processed to active, lock it and fetch its data. The job may be delayed, in that case we need to mo'
Is there any way to solve the problem?
Beta Was this translation helpful? Give feedback.
All reactions