@nsshunt/stsrunnerframework 1.0.87 → 1.0.88
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.
|
@@ -2489,6 +2489,11 @@ class STSWorkerManager {
|
|
|
2489
2489
|
eventDate: /* @__PURE__ */ new Date(),
|
|
2490
2490
|
runner: { ...runner }
|
|
2491
2491
|
});
|
|
2492
|
+
__privateGet(this, _debug2).call(this, `STSWorkerManager:#RunnerStateChange(): Worker: [${workerEx.id}] Runner: [${runner.id}]`);
|
|
2493
|
+
__privateGet(this, _debug2).call(this, `STSWorkerManager:#RunnerStateChange(): --> Runner iteration (payload): [${runner.iteration}]`);
|
|
2494
|
+
__privateGet(this, _debug2).call(this, `STSWorkerManager:#RunnerStateChange(): --> Runner instrumentData.requestCount (payload): [${runner.instrumentData.requestCount}]`);
|
|
2495
|
+
__privateGet(this, _debug2).call(this, `STSWorkerManager:#RunnerStateChange(): --> Runner iteration (in-memory graph): [${runnerEx.iteration}]`);
|
|
2496
|
+
__privateGet(this, _debug2).call(this, `STSWorkerManager:#RunnerStateChange(): --> Runner instrumentData.requestCount (payload): [${runnerEx.instrumentData.requestCount}]`);
|
|
2492
2497
|
__privateGet(this, _EmitRunnerEvent).call(this, "StateChange", workerEx, runner.id);
|
|
2493
2498
|
}
|
|
2494
2499
|
});
|