Closed kottamasusaikumar closed 5 years ago
queueFactory.then((queue) => { console.log('add workers and jobs here'); }); const queue = await queueFactory(); Both are showing errors when initializing orcalling
Using Async function issue resolved
queueFactory.then((queue) => { console.log('add workers and jobs here'); }); const queue = await queueFactory(); Both are showing errors when initializing orcalling