chore: lint
This commit is contained in:
@@ -47,4 +47,9 @@ async function jobCounts() {
|
||||
|
||||
jobCounts();
|
||||
|
||||
process.on('SIGINT', () => {
|
||||
console.log('Worker shutting down...');
|
||||
process.exit();
|
||||
});
|
||||
|
||||
export { workflowQueue, worker };
|
||||
Reference in New Issue
Block a user