This commit is contained in:
Girish Ramakrishnan
2026-03-12 23:23:23 +05:30
parent ff49759f42
commit f12b4faf34
99 changed files with 109 additions and 108 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ async function main() {
return process.exit(50);
}
const { log, trace } = logger('taskworker'); // import this here so that logging handler is already setup
const { log } = logger('taskworker'); // import this here so that logging handler is already setup
process.on('SIGTERM', () => {
log('Terminated');