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