work on ceo
This commit is contained in:
parent
c8dcd697c9
commit
b25222778e
18 changed files with 391 additions and 110 deletions
|
|
@ -55,7 +55,7 @@ export const queueConfigSchema = z.object({
|
|||
})
|
||||
.default({}),
|
||||
removeOnComplete: z.number().default(100),
|
||||
removeOnFail: z.number().default(50),
|
||||
removeOnFail: z.number().default(100),
|
||||
timeout: z.number().optional(),
|
||||
})
|
||||
.default({}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue