Francisco Estudillo

Results 1 comments of Francisco Estudillo

In case anyone would find it useful: ```javascript export async function updateJobsOfQueueWithNewPattern(queue: Queue, pattern: string | undefined) { if (pattern) { log.info(`Update jobs of queue ${queue.name} with new pattern ${pattern}`);...