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