feat: missing jobs
This commit is contained in:
parent
ec2fd4d1c2
commit
93378ded4c
|
|
@ -28,6 +28,7 @@ export class CheckMissingQueues {
|
|||
)
|
||||
).filter((p) => !p.isJob);
|
||||
|
||||
|
||||
for (const job of notExists) {
|
||||
this._workerServiceProducer.emit('post', {
|
||||
id: job.id,
|
||||
|
|
|
|||
Loading…
Reference in New Issue