Skip to content

Traffic caused by Bull is higher than expected #2422

Answered by manast
ChristianIvicevic asked this question in Q&A
Discussion options

You must be logged in to vote

You can use "redis-cli monitor" to see what commands are being executed.

There are some process that are run at different intervals, such as the stalled job checker, by default every 30 seconds, or if you have many idling workers, since the blocking command BRPOPLPUSH expires after 5 seconds, it may explain the executed commands.

But if you check the CPU for you Redis instance it will be 0% if no queue is processing, since these are super low overhead.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ChristianIvicevic
Comment options

Answer selected by ChristianIvicevic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants