Issue #32: implement heartbeat and watchdog #85

Merged
dohertj2 merged 3 commits from agent-3/issue-32-implement-heartbeat-and-watchdog into main 2026-04-26 19:20:16 -04:00
Owner

Implements issue #32.

Summary:

  • Adds worker heartbeat/watchdog payloads and runtime session heartbeat snapshots.
  • Extends worker pipe session/client behavior and fake worker harness coverage for heartbeat flows.
  • Adds focused worker and gateway tests plus documentation updates.

Verification:

  • dotnet build src\MxGateway.sln
  • dotnet test src\MxGateway.Worker.Tests\MxGateway.Worker.Tests.csproj -p:Platform=x86 --no-build --filter "FullyQualifiedNameWorkerPipeSessionTests|FullyQualifiedNameWorkerPipeClientTests|FullyQualifiedName~WorkerApplicationTests"
  • dotnet test src\MxGateway.sln --no-build
Implements issue #32. Summary: - Adds worker heartbeat/watchdog payloads and runtime session heartbeat snapshots. - Extends worker pipe session/client behavior and fake worker harness coverage for heartbeat flows. - Adds focused worker and gateway tests plus documentation updates. Verification: - dotnet build src\MxGateway.sln - dotnet test src\MxGateway.Worker.Tests\MxGateway.Worker.Tests.csproj -p:Platform=x86 --no-build --filter "FullyQualifiedName~WorkerPipeSessionTests|FullyQualifiedName~WorkerPipeClientTests|FullyQualifiedName~WorkerApplicationTests" - dotnet test src\MxGateway.sln --no-build
dohertj2 added 3 commits 2026-04-26 19:20:00 -04:00
dohertj2 merged commit cbc317e3e7 into main 2026-04-26 19:20:16 -04:00
Sign in to join this conversation.