-
Beta Was this translation helpful? Give feedback.
Answered by
manast
May 26, 2025
Replies: 1 comment 1 reply
-
The maximum number of events kept is configured in the queue options: https://api.docs.bullmq.io/interfaces/v5.QueueOptions.html |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Bubuioc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The maximum number of events kept is configured in the queue options: https://api.docs.bullmq.io/interfaces/v5.QueueOptions.html
[streams](https://api.docs.bullmq.io/interfaces/v5.QueueOptions.html#streams)?: { events: { maxLen: number } };
the default value is 10000