Comparing version 6.6.0 to 6.7.0
@@ -30,3 +30,3 @@ "use strict"; | ||
parameters.middleware = config.middleware ?? []; | ||
parameters.terminationWaitCount = config.terminationWaitCount ?? 10; | ||
parameters.terminationWaitCount = config.terminationWaitCount ?? 180; | ||
parameters.tasksPath = config.tasksPath; | ||
@@ -33,0 +33,0 @@ if (parameters.engine === 'kafka') { |
@@ -30,3 +30,3 @@ "use strict"; | ||
]); | ||
this.shutdown(); | ||
await this.shutdown(); | ||
} | ||
@@ -33,0 +33,0 @@ async shutdown() { |
{ | ||
"name": "steveo", | ||
"version": "6.6.0", | ||
"version": "6.7.0", | ||
"description": "A Task Pub/Sub Background processing library", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.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
90758