You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
today I noticed that queue.getWorkersCount() / queue.getWorkers() do not work if the CLIENT LIST permission is missing.
Our redis provider changed the permissions of the managed redis instance with redis 7
and since then queue.getWorkersCount() does not work anymore due to the missing CLIENT LIST permission.
ReplyError: NOPERM User MY_USER has no permissions to run the 'client|list' command
Everything else seems to work as expected though.
So I was wondering whether there is a list of redis permissions a user needs to use all bullMQ features ?
The text was updated successfully, but these errors were encountered:
Hi everyone,
today I noticed that
queue.getWorkersCount()
/queue.getWorkers()
do not work if theCLIENT LIST
permission is missing.Our redis provider changed the permissions of the managed redis instance with redis 7
and since then
queue.getWorkersCount()
does not work anymore due to the missingCLIENT LIST
permission.Everything else seems to work as expected though.
So I was wondering whether there is a list of redis permissions a user needs to use all bullMQ features ?
The text was updated successfully, but these errors were encountered: