We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed9dc5b commit 600615bCopy full SHA for 600615b
Models/Queue.js
@@ -369,7 +369,7 @@ export class Queue {
369
* If jobName is supplied, only jobs associated with that name
370
* will be deleted. Otherwise all jobs in queue will be deleted.
371
*
372
- * @param jobName {string} - Name associated with job (and related job worker).
+ * @param jobName {string|null} - Name associated with job (and related job worker).
373
*/
374
flushQueue(jobName = null) {
375
if (jobName) {
0 commit comments