lib-task-scheduler
Advanced tools
Comparing version 4.0.120 to 4.0.123
@@ -195,3 +195,3 @@ "use strict"; | ||
if (schedule.activePromise && schedule.activePromise.isPending()) { | ||
this.log.error(`Promise for ${schedule.config.name} is still pending (skipping this execution;` + | ||
this.log.warn(`Promise for ${schedule.config.name} is still pending (skipping this execution;` + | ||
` delaying ${schedule.config.intervalMs}ms + jitter).`); | ||
@@ -198,0 +198,0 @@ return; |
{ | ||
"name": "lib-task-scheduler", | ||
"version": "4.0.120", | ||
"version": "4.0.123", | ||
"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
168723