Replies: 1 comment
-
My understanding is that the "worker level" options can be thought of as "default job options" and the job level ones are "job/queue options". So the job-level ones take precedence over the worker-level ones. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From the description, we can see that both are used to set the processing strategy after a job fails or succeeds. If these two settings are inconsistent, which one has a higher priority?
https://docs.bullmq.io/guide/queues/auto-removal-of-jobs
https://docs.bullmq.io/guide/workers/auto-removal-of-jobs
Beta Was this translation helpful? Give feedback.
All reactions