mirror of
https://dev.azure.com/globalhealthx/EMR/_git/helix-engage-server
synced 2026-05-18 20:08:19 +00:00
Merge branch 'hardening/apr-week2' of https://dev.azure.com/globalhealthx/EMR/_git/helix-engage-server into hardening/apr-week2
This commit is contained in:
@@ -199,7 +199,7 @@ export class SupervisorService implements OnModuleInit {
|
|||||||
if (mapped) {
|
if (mapped) {
|
||||||
this.agentStates.set(agentId, { state: mapped, timestamp: eventTime });
|
this.agentStates.set(agentId, { state: mapped, timestamp: eventTime });
|
||||||
this.agentStateSubject.next({ agentId, state: mapped, timestamp: eventTime });
|
this.agentStateSubject.next({ agentId, state: mapped, timestamp: eventTime });
|
||||||
this.logger.log(`[AGENT-STATE] Emitted: ${agentId} → ${mapped}`);
|
this.logger.log(`[AGENT-STATE] ${agentId} ${priorState ?? 'none'} → ${mapped} (action=${action})`);
|
||||||
|
|
||||||
// Layer 3: ACW auto-dispose safety net
|
// Layer 3: ACW auto-dispose safety net
|
||||||
if (mapped === 'acw') {
|
if (mapped === 'acw') {
|
||||||
|
|||||||
Reference in New Issue
Block a user