mirror of
https://github.com/docmost/docmost.git
synced 2025-11-19 02:21:13 +10:00
cleanups
This commit is contained in:
@ -15,6 +15,9 @@ import { QueueName } from './constants';
|
||||
host: redisConfig.host,
|
||||
port: redisConfig.port,
|
||||
password: redisConfig.password,
|
||||
retryStrategy: function (times: number) {
|
||||
return Math.max(Math.min(Math.exp(times), 20000), 1000);
|
||||
},
|
||||
},
|
||||
defaultJobOptions: {
|
||||
attempts: 3,
|
||||
|
||||
Reference in New Issue
Block a user