mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-27 22:39:33 +09:00
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
Block a user