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 7ebaa7c commit 3d56881Copy full SHA for 3d56881
src/Queue.ts
@@ -92,7 +92,7 @@ export class Queue {
92
this.concurrency = -1;
93
}
94
/**
95
- * @returns a promise that resolves all jobs that are queued and not active
+ * @returns a promise that resolves all jobs of jobStore
96
*/
97
async getJobs() {
98
return await this.jobStore.getJobs();
0 commit comments