@nsshunt/stsrunnerframework 1.0.71 → 1.0.72
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2048,7 +2048,7 @@ class STSWorkerManager {
|
|
|
2048
2048
|
const runnerEx = workerEx.runnersEx[removeList[i].runnerId];
|
|
2049
2049
|
if (runnerEx) {
|
|
2050
2050
|
if (runnerEx.publishInstrumentController) {
|
|
2051
|
-
|
|
2051
|
+
__privateGet(this, _debug2).call(this, chalk.grey(`Ending publish for runner: [${JSON.stringify(runnerEx.asyncRunnerContext)}]`));
|
|
2052
2052
|
await runnerEx.publishInstrumentController.EndPublish();
|
|
2053
2053
|
await Sleep(250);
|
|
2054
2054
|
}
|
|
@@ -2070,6 +2070,9 @@ class STSWorkerManager {
|
|
|
2070
2070
|
}
|
|
2071
2071
|
}
|
|
2072
2072
|
}
|
|
2073
|
+
for (const [, workerEx] of Object.entries(__privateGet(this, _workersEx))) {
|
|
2074
|
+
__privateGet(this, _debug2).call(this, chalk.grey(`STSWorkerManager:#processLoopExecutor(): Remaining runners from worker: [${workerEx.id}]: [${Object.keys(workerEx.runnersEx).length}]`));
|
|
2075
|
+
}
|
|
2073
2076
|
setTimeout(__privateGet(this, _processLoopExecutor2), 1e3);
|
|
2074
2077
|
}, 100);
|
|
2075
2078
|
} else {
|