merged and fixed the issues

This commit is contained in:
Satyam Tiwari
2026-02-12 20:29:15 +05:30
parent 71a81eb297
commit 7c16afbe62

View File

@@ -33,7 +33,7 @@ func NewCronTool(cronService *cron.CronService, executor JobExecutor, msgBus *bu
cronService: cronService, cronService: cronService,
executor: executor, executor: executor,
msgBus: msgBus, msgBus: msgBus,
execTool: NewExecTool(workspace), execTool: NewExecTool(workspace, false),
} }
} }