Make the daily soak exercise real workflows and report useful results - #150
Merged
Conversation
24 tasks
rmcdaniel
marked this pull request as ready for review
September 9, 2026 14:14
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related #137. Fixes #151.
Synthetic workers now maintain their registrations, reject stale HTTP-200 poll responses, and must sustain cache activity across the measured window. A low-rate PHP canary reuses the standard-workflow binding and validates results, completed status, and ordered activity history. Health/readiness/cluster-info probes always run. CPU/memory, latency percentiles, backpressure, cache drain, and explicit coverage limits appear in the Action summary; artifacts expire after 14 days.
Docker supervises the existing hourly queue-worker recycle. Real activity replay caches retain evidence through the five-minute lease plus grace, so the drain is 310 seconds without flushing cache or reducing Server TTLs. Load remains two hours on the same disposable host, with bounded drain/setup/cleanup time additional. Idle drain does not dilute load memory-slope or CPU measurements.
Security: provider credentials remain in the protected main-only environment, never on the VM. PR checks receive no provider credentials. The SDK uses only isolated disposable data and credentials. No live deployment or Cloud/customer data is involved.
Validation:
This short run proves the changed harness and recycle mechanism, not a completed two-hour soak, capacity claim, cross-SDK qualification, backend failover, or completion of the broader runtime comparison. The next scheduled paid run must supply the long-duration evidence.