chore: remove jobs log
This commit is contained in:
@@ -63,7 +63,6 @@ console.log('Worker is running...');
|
|||||||
|
|
||||||
async function jobCounts() {
|
async function jobCounts() {
|
||||||
const jobCounts = await workflowQueue.getJobCounts();
|
const jobCounts = await workflowQueue.getJobCounts();
|
||||||
console.log('Jobs:', jobCounts);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
jobCounts();
|
jobCounts();
|
||||||
|
|||||||
Reference in New Issue
Block a user