feat: rm system interruption logic
This commit is contained in:
@@ -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 };
|
||||
Reference in New Issue
Block a user