Skip to content

Commit bd4d68e

Browse files
committed
fix: bullJobOptions
1 parent 8ac312a commit bd4d68e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/channel/redis.channel-config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export class RedisChannelConfig extends ChannelConfig {
2121
middlewares,
2222
normalizer,
2323
keyPrefix,
24+
bullJobOptions,
2425
}: RedisChannelConfig) {
2526
super(
2627
name,
@@ -32,6 +33,7 @@ export class RedisChannelConfig extends ChannelConfig {
3233
this.connection = connection;
3334
this.queue = queue;
3435
this.keyPrefix = keyPrefix;
36+
this.bullJobOptions = bullJobOptions;
3537
}
3638
}
3739

0 commit comments

Comments
 (0)