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 evalsha take too long to run #2583

Closed
matheusf31 opened this issue Apr 19, 2023 · 1 comment
Closed

Redis evalsha take too long to run #2583

matheusf31 opened this issue Apr 19, 2023 · 1 comment
Labels

Comments

@matheusf31
Copy link

Description

I'm using the Queue delay job to run jobs after a time. I have a lot of jobs in delay (like 1000+). I use the newrelic to monitor my app and I see that redis evalsha is running too many time, where take somewhat 20 seconds...

image
image

And in the AWS lightsail I have this in redis logs (with command monitor). A lot of logs per seconds:

image

I try to set guardInterval as 1000 seconds but nothing changes...

Bull version

"bull": "^4.8.3",

Additional information

@manast
Copy link
Member

manast commented Apr 20, 2023

In general BullMQ is much more efficient than Bull, so I recommend you to upgrade if you can.

@manast manast added the wontfix label Apr 20, 2023
@stale stale bot closed this as completed Apr 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants