redisForJobQueue の maxRetriesPerRequest を null にする (MisskeyIO#272)
This commit is contained in:
parent
98e5db7a73
commit
41cd11bbf7
|
@ -84,6 +84,7 @@ const $redisForJobQueue: Provider = {
|
||||||
useFactory: (config: Config) => {
|
useFactory: (config: Config) => {
|
||||||
return new Redis.Redis({
|
return new Redis.Redis({
|
||||||
...config.redisForJobQueue,
|
...config.redisForJobQueue,
|
||||||
|
maxRetriesPerRequest: null,
|
||||||
keyPrefix: undefined,
|
keyPrefix: undefined,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue