diff --git a/back/services/cron.ts b/back/services/cron.ts index ec671507..a38875ce 100644 --- a/back/services/cron.ts +++ b/back/services/cron.ts @@ -209,7 +209,7 @@ export default class CronService { } await CrontabModel.update( - { status: CrontabStatus.queued, pid: undefined }, + { status: CrontabStatus.idle, pid: undefined }, { where: { id: ids } }, ); }