removed delayWorkerStart
This commit is contained in:
parent
f6038d385f
commit
c8dcd697c9
10 changed files with 5 additions and 12 deletions
|
|
@ -45,7 +45,6 @@ export const queueConfigSchema = z.object({
|
|||
workers: z.number().default(1),
|
||||
concurrency: z.number().default(1),
|
||||
enableScheduledJobs: z.boolean().default(true),
|
||||
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