feat: missing jobs

This commit is contained in:
Nevo David 2025-09-01 10:50:37 +07:00
parent ec2fd4d1c2
commit 93378ded4c
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ export class CheckMissingQueues {
)
).filter((p) => !p.isJob);
for (const job of notExists) {
this._workerServiceProducer.emit('post', {
id: job.id,