roots-scheduler
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -183,3 +183,3 @@ /* | ||
try { | ||
await runnerFn( this.data , this ) ; | ||
await runnerFn( this.data , this , ... this.scheduler.extraRunnerArgs ) ; | ||
} | ||
@@ -186,0 +186,0 @@ catch ( error ) { |
@@ -46,7 +46,8 @@ /* | ||
this.runners = {} ; | ||
this.extraRunnerArgs = Array.isArray( params.extraRunnerArgs ) ? params.extraRunnerArgs : [] ; | ||
this.jobsUrl = params.jobsUrl || null ; | ||
// RootsDB | ||
this.world = new rootsDb.World() ; | ||
this.jobs = null ; | ||
this.world = params.world || new rootsDb.World() ; | ||
this.jobs = null ; // The RootsDB jobs collection | ||
@@ -53,0 +54,0 @@ // Default domain params |
{ | ||
"name": "roots-scheduler", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A scheduler using RootsDB for its storage.", | ||
@@ -5,0 +5,0 @@ "main": "lib/Scheduler.js", |
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
33122
681