pg-scheduler
Advanced tools
Comparing version 4.0.0-beta8 to 4.0.0-beta9
@@ -309,2 +309,3 @@ "use strict"; | ||
// re-queue task and go to next | ||
await t.rollback(); | ||
this.delayTaskHandling(task); | ||
@@ -357,3 +358,3 @@ return; | ||
if (err) { | ||
console.error('processor completes with error', err.stack); | ||
console.error('processor completes with error', err.stack || err); | ||
// TODO: make optional saving error to "TasksErrors" table | ||
@@ -360,0 +361,0 @@ task.failsCount++; |
{ | ||
"name": "pg-scheduler", | ||
"version": "4.0.0-beta8", | ||
"version": "4.0.0-beta9", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "test": "NODE_ENV=testing mocha test/**/*.ts", |
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
36751
926