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 a7fa8e0 commit c4089cdCopy full SHA for c4089cd
internal-packages/run-engine/src/engine/index.ts
@@ -378,7 +378,7 @@ export class RunEngine {
378
}
379
} else {
380
// For deployed runs, we add the env/worker id as the secondary master queue
381
- let secondaryMasterQueue = this.#environmentMasterQueueKey(environment.id);
+ secondaryMasterQueue = this.#environmentMasterQueueKey(environment.id);
382
if (lockedToVersionId) {
383
secondaryMasterQueue = this.#backgroundWorkerQueueKey(lockedToVersionId);
384
0 commit comments