We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec2fd4d commit 93378deCopy full SHA for 93378de
apps/cron/src/tasks/check.missing.queues.ts
@@ -28,6 +28,7 @@ export class CheckMissingQueues {
28
)
29
).filter((p) => !p.isJob);
30
31
+
32
for (const job of notExists) {
33
this._workerServiceProducer.emit('post', {
34
id: job.id,
0 commit comments