How can I limit the number of jobs when Redis memory is almost full? #1976
Unanswered
iosifnicolae2
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Normally you set a maximum amount of completed/failed jobs to keep so that memory does not grow indefinitely, check |
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
-
I need to implement this mechanism because Bull can't process existing jobs when it does not have enough memory, so the Queue will be stuck until I allocate more memory.
Beta Was this translation helpful? Give feedback.
All reactions