lib-task-scheduler
Advanced tools
Comparing version 1.0.21 to 1.0.22
@@ -135,3 +135,3 @@ "use strict"; | ||
const nextDelayMs = Math.max(0, nextExecution.nextExecutionEpochMs - nowMs); | ||
this.log.info(`Next task to be executed: ${nextExecution.config.name} in ${nextDelayMs}ms.`); | ||
this.log.debug(`Next task to be executed: ${nextExecution.config.name} in ${nextDelayMs}ms.`); | ||
const callback = this.executeAllReadyTasks.bind(this); | ||
@@ -138,0 +138,0 @@ this.timeoutId = setTimeout(callback, nextDelayMs); |
{ | ||
"name": "lib-task-scheduler", | ||
"version": "1.0.21", | ||
"version": "1.0.22", | ||
"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
107539