Fixes: Redis keys related to queue jobs should be removed after completion
This commit is contained in:
@ -138,6 +138,7 @@ export const sendEmail = (type: Emails, to: string, options?: Object = {}) => {
|
||||
},
|
||||
{
|
||||
attempts: 5,
|
||||
removeOnComplete: true,
|
||||
backoff: {
|
||||
type: 'exponential',
|
||||
delay: 60 * 1000,
|
||||
|
Reference in New Issue
Block a user