From 93378ded4c6cf132a3def1a952f58d2aaa091317 Mon Sep 17 00:00:00 2001 From: Nevo David Date: Mon, 1 Sep 2025 10:50:37 +0700 Subject: [PATCH] feat: missing jobs --- apps/cron/src/tasks/check.missing.queues.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/cron/src/tasks/check.missing.queues.ts b/apps/cron/src/tasks/check.missing.queues.ts index 6c9def7f..0664676c 100644 --- a/apps/cron/src/tasks/check.missing.queues.ts +++ b/apps/cron/src/tasks/check.missing.queues.ts @@ -28,6 +28,7 @@ export class CheckMissingQueues { ) ).filter((p) => !p.isJob); + for (const job of notExists) { this._workerServiceProducer.emit('post', { id: job.id,