merged and fixed the issues

This commit is contained in:
Satyam Tiwari 2026-02-12 20:29:15 +05:30
parent 759f4357f7
commit b027c0dab8

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),
} }
} }