change to after warn for both

Signed-off-by: blakeromano-il <blake.romano@imaginelearning.com>
This commit is contained in:
blakeromano-il
2022-05-16 12:09:24 -04:00
parent 633506ef06
commit 07f65da22a
@@ -72,8 +72,8 @@ export class TaskWorker {
this.logger.info(`Task worker finished: ${this.taskId}`);
} catch (e) {
this.start(settings, options)
this.logger.warn(`Task worker failed unexpectedly, ${e}`);
this.start(settings, options)
}
})();
}