lib-task-scheduler
Advanced tools
Comparing version 1.0.29 to 1.0.33
@@ -29,2 +29,3 @@ "use strict"; | ||
yield this.backoff(sqsMessage); | ||
throw error; | ||
} | ||
@@ -31,0 +32,0 @@ yield this.sqsClient.deleteMessage(sqsMessage.ReceiptHandle); |
{ | ||
"name": "lib-task-scheduler", | ||
"version": "1.0.29", | ||
"version": "1.0.33", | ||
"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
116347
1691