Skip to content

Commit

Permalink
fix(flow-producer): add support for skipWaitingForReady
Browse files Browse the repository at this point in the history
  • Loading branch information
manast committed Jan 28, 2025
1 parent beb80e5 commit 6d829fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/classes/flow-producer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ export class FlowProducer extends EventEmitter {
shared: isRedisInstance(opts.connection),
blocking: false,
skipVersionCheck: opts.skipVersionCheck,
skipWaitingForReady: opts.skipWaitingForReady,
});

this.connection.on('error', (error: Error) => this.emit('error', error));
Expand Down

0 comments on commit 6d829fc

Please sign in to comment.