Fix issue where all jobs were loaded as multiSend

This commit is contained in:
David Majdandžić
2023-03-30 00:55:40 +02:00
parent f21695d6e1
commit bf14864f38
3 changed files with 31 additions and 27 deletions

View File

@@ -29,7 +29,7 @@ function cleanup(): void {
process.exit(0);
}
process.on('exit', cleanup);
process.on('SIGINT', cleanup);
process.on('SIGUSR1', cleanup);
process.on('SIGUSR2', cleanup);
// process.on('exit', cleanup);
// process.on('SIGINT', cleanup);
// process.on('SIGUSR1', cleanup);
// process.on('SIGUSR2', cleanup);