diff --git a/server/src/worker.ts b/server/src/worker.ts index 3a82ee73..3010a6b2 100644 --- a/server/src/worker.ts +++ b/server/src/worker.ts @@ -67,9 +67,11 @@ async function jobCounts() { jobCounts(); -process.on('SIGINT', () => { - console.log('Worker shutting down...'); - process.exit(); -}); +// We dont need this right now + +// process.on('SIGINT', () => { +// console.log('Worker shutting down...'); +// process.exit(); +// }); export { workflowQueue, worker }; \ No newline at end of file