change to after warn for both
Signed-off-by: blakeromano-il <blake.romano@imaginelearning.com>
This commit is contained in:
@@ -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)
|
||||
}
|
||||
})();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user