@bull-board/api
Advanced tools
Comparing version 5.21.0 to 5.21.1
@@ -19,3 +19,3 @@ "use strict"; | ||
async clean(jobStatus, graceTimeMs) { | ||
await this.queue.clean(graceTimeMs, 1000, jobStatus); | ||
await this.queue.clean(graceTimeMs, Number.MAX_SAFE_INTEGER, jobStatus); | ||
} | ||
@@ -22,0 +22,0 @@ addJob(name, data, options) { |
{ | ||
"name": "@bull-board/api", | ||
"version": "5.21.0", | ||
"version": "5.21.1", | ||
"description": "A Dashboard server API built on top of bull or bullmq.", | ||
@@ -42,3 +42,3 @@ "keywords": [ | ||
"peerDependencies": { | ||
"@bull-board/ui": "5.21.0" | ||
"@bull-board/ui": "5.21.1" | ||
}, | ||
@@ -45,0 +45,0 @@ "publishConfig": { |
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
63758