feat: rm system interruption logic
This commit is contained in:
@@ -67,9 +67,11 @@ async function jobCounts() {
|
|||||||
|
|
||||||
jobCounts();
|
jobCounts();
|
||||||
|
|
||||||
process.on('SIGINT', () => {
|
// We dont need this right now
|
||||||
console.log('Worker shutting down...');
|
|
||||||
process.exit();
|
// process.on('SIGINT', () => {
|
||||||
});
|
// console.log('Worker shutting down...');
|
||||||
|
// process.exit();
|
||||||
|
// });
|
||||||
|
|
||||||
export { workflowQueue, worker };
|
export { workflowQueue, worker };
|
||||||
Reference in New Issue
Block a user