huge refactor done
This commit is contained in:
parent
843a7b9b9b
commit
60d7de1da8
16 changed files with 472 additions and 443 deletions
|
|
@ -45,7 +45,7 @@ export const queueConfigSchema = z.object({
|
|||
workers: z.number().default(1),
|
||||
concurrency: z.number().default(1),
|
||||
enableScheduledJobs: z.boolean().default(true),
|
||||
delayWorkerStart: z.boolean().default(false),
|
||||
delayWorkerStart: z.boolean().default(true), // ServiceApplication handles worker startup
|
||||
defaultJobOptions: z
|
||||
.object({
|
||||
attempts: z.number().default(3),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue