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 8ac312a commit bd4d68eCopy full SHA for bd4d68e
src/channel/redis.channel-config.ts
@@ -21,6 +21,7 @@ export class RedisChannelConfig extends ChannelConfig {
21
middlewares,
22
normalizer,
23
keyPrefix,
24
+ bullJobOptions,
25
}: RedisChannelConfig) {
26
super(
27
name,
@@ -32,6 +33,7 @@ export class RedisChannelConfig extends ChannelConfig {
32
33
this.connection = connection;
34
this.queue = queue;
35
this.keyPrefix = keyPrefix;
36
+ this.bullJobOptions = bullJobOptions;
37
}
38
39
0 commit comments