lib-task-scheduler
Advanced tools
Comparing version 2.0.51 to 2.0.53
@@ -25,5 +25,5 @@ "use strict"; | ||
catch (error) { | ||
this.log.error(`Unable to handle message: ${message}`, error); | ||
this.log.error(`Unable to handle message: ${JSON.stringify(sqsMessage)}`, error); | ||
yield this.backoff(sqsMessage); | ||
throw (error); | ||
throw error; | ||
} | ||
@@ -30,0 +30,0 @@ yield this.getSqsClient().deleteMessage(sqsMessage.ReceiptHandle); |
{ | ||
"name": "lib-task-scheduler", | ||
"version": "2.0.51", | ||
"version": "2.0.53", | ||
"description": "A lightweight, modular task scheduler.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/convoyinc/lib-task-scheduler", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
136565