removed delayWorkerStart

This commit is contained in:
Boki 2025-06-24 16:18:20 -04:00
parent f6038d385f
commit c8dcd697c9
10 changed files with 5 additions and 12 deletions

View file

@ -129,7 +129,6 @@ export class ServiceContainerBuilder {
workers: 1,
concurrency: 1,
enableScheduledJobs: true,
delayWorkerStart: false,
defaultJobOptions: {
attempts: 3,
backoff: { type: 'exponential' as const, delay: 1000 },