Merge remote-tracking branch 'origin/merge/2025-03-24' into merge/2025-03-24

This commit is contained in:
Hazelnoot 2025-04-24 15:03:35 -04:00
commit 6c2d5cb841

View file

@ -540,7 +540,7 @@ export class QueueProcessorService implements OnApplicationShutdown {
//#region schedule note post
{
this.schedulerNotePostQueueWorker = new Bull.Worker(QUEUE.SCHEDULE_NOTE_POST, (job) => this.scheduleNotePostProcessorService.process(job), {
...baseQueueOptions(this.config, QUEUE.SCHEDULE_NOTE_POST),
...baseWorkerOptions(this.config, QUEUE.SCHEDULE_NOTE_POST),
autorun: false,
});
}