chore: limit attempts to 1 for all jobs

This commit is contained in:
mertmit
2024-09-19 11:54:48 +00:00
parent 567a4fac8d
commit ca75a8feb2

View File

@@ -54,6 +54,7 @@ export const JobsModuleMetadata = {
name: JOBS_QUEUE,
defaultJobOptions: {
removeOnComplete: true,
attempts: 1,
},
}),
]