8000
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 0d66892 commit 7fb5a23Copy full SHA for 7fb5a23
libraries/rush-lib/src/logic/operations/OperationExecutionManager.ts
@@ -404,6 +404,9 @@ export class OperationExecutionManager {
404
if (record.status !== OperationStatus.RemoteExecuting) {
405
// If the operation was not remote, then we can notify queue that it is complete
406
this._executionQueue.complete(record);
407
+ } else {
408
+ // Attempt to requeue other operations if the operation was remote
409
+ this._executionQueue.assignOperations();
410
}
411
412
0 commit comments