Skip to content

Commit 1bf6a4d

Browse files
committed
actually pass the disableConsumers option through to the release concurrency system
1 parent 121bcbd commit 1bf6a4d

File tree

1 file changed

+1
-0
lines changed
  • internal-packages/run-engine/src/engine

1 file changed

+1
-0
lines changed

internal-packages/run-engine/src/engine/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ export class RunEngine {
201201
options.releaseConcurrency.disabled
202202
? undefined
203203
: {
204+
disableConsumers: options.releaseConcurrency?.disableConsumers,
204205
redis: {
205206
...options.queue.redis, // Use base queue redis options
206207
...options.releaseConcurrency?.redis, // Allow overrides

0 commit comments

Comments
 (0)