We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 121bcbd commit 1bf6a4dCopy full SHA for 1bf6a4d
internal-packages/run-engine/src/engine/index.ts
@@ -201,6 +201,7 @@ export class RunEngine {
201
options.releaseConcurrency.disabled
202
? undefined
203
: {
204
+ disableConsumers: options.releaseConcurrency?.disableConsumers,
205
redis: {
206
...options.queue.redis, // Use base queue redis options
207
...options.releaseConcurrency?.redis, // Allow overrides
0 commit comments