mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #4313 from omnivore-app/revert-remove-on-complete
use default remove-on-complete settings from the queue for saving newsletters tasks
This commit is contained in:
commit
b952ee4600
1 changed files with 0 additions and 8 deletions
|
|
@ -55,14 +55,6 @@ const getOpts = (jobType: EmailJobType): BulkJobOptions => {
|
|||
type: 'exponential',
|
||||
delay: 2000,
|
||||
},
|
||||
removeOnComplete: {
|
||||
age: 3600 * 24, // 1 day
|
||||
count: 1000,
|
||||
},
|
||||
removeOnFail: {
|
||||
age: 3600 * 24, // 1 day
|
||||
count: 1000,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue