fix: Add recording of job errors, remove from queues on failure, centralize options
This commit is contained in:
@ -240,7 +240,6 @@ export class Mailer {
|
||||
},
|
||||
{
|
||||
attempts: 5,
|
||||
removeOnComplete: true,
|
||||
backoff: {
|
||||
type: "exponential",
|
||||
delay: 60 * 1000,
|
||||
|
Reference in New Issue
Block a user