We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6446b64 commit a3d4203Copy full SHA for a3d4203
src/JobProcessor.ts
@@ -392,6 +392,7 @@ export class JobProcessor {
392
setTimeout(() => {
393
this.jobProcessing();
394
}, runIn);
395
+ jobEnqueued = true;
396
}
397
if (this.localQueueProcessing < this.maxConcurrency && jobEnqueued) {
398
// additionally run again and check if there are more jobs that we can process right now (as long concurrency not reached)
0 commit comments