Skip to content

Commit

Permalink
redisForJobQueue の maxRetriesPerRequest を null にする
Browse files Browse the repository at this point in the history
  • Loading branch information
riku6460 committed Nov 28, 2023
1 parent 98e5db7 commit 69f3339
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/backend/src/GlobalModule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ const $redisForJobQueue: Provider = {
useFactory: (config: Config) => {
return new Redis.Redis({
...config.redisForJobQueue,
maxRetriesPerRequest: null,
keyPrefix: undefined,
});
},
Expand Down

0 comments on commit 69f3339

Please sign in to comment.