QueueScheduler
import { QueueScheduler } from 'bullmq';
const queueScheduler = new QueueScheduler('test');
// Later, when shuting down gracefully
await queueScheduler.close();Read more:
Last updated
Was this helpful?
import { QueueScheduler } from 'bullmq';
const queueScheduler = new QueueScheduler('test');
// Later, when shuting down gracefully
await queueScheduler.close();Last updated
Was this helpful?
Was this helpful?