mirror of
https://github.com/nocodb/nocodb.git
synced 2026-02-02 02:26:57 +00:00
chore: limit attempts to 1 for all jobs
This commit is contained in:
@@ -54,6 +54,7 @@ export const JobsModuleMetadata = {
|
||||
name: JOBS_QUEUE,
|
||||
defaultJobOptions: {
|
||||
removeOnComplete: true,
|
||||
attempts: 1,
|
||||
},
|
||||
}),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user