pg-scheduler
Advanced tools
Comparing version 4.0.0-beta3 to 4.0.0-beta4
@@ -164,2 +164,3 @@ "use strict"; | ||
debug(`${process.pid} maxQueueCapacity overflow: ${this.queue.length} + ${this.noProcessors.length} > ${this.options.maxQueueCapacity}`); | ||
this.queue.emit('added'); | ||
this.pollingRepeat(); | ||
@@ -166,0 +167,0 @@ return; |
{ | ||
"name": "pg-scheduler", | ||
"version": "4.0.0-beta3", | ||
"version": "4.0.0-beta4", | ||
"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
35689
902