feat(monitoring): probe public web endpoints (ENG-2324) - #61
Open
lucas-koontz wants to merge 1 commit into
Open
Conversation
Refs: ENG-2324
lucas-koontz
force-pushed
the
feat/eng-2324-console-route-probe
branch
from
September 4, 2026 11:59
6e986b8 to
0797a4e
Compare
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.
User story
As an engineer on call for MindsHub
I want the public Console routes, Cowork, and website checked through the edge
So that route, DNS, certificate, proxy, and website failures alert me before customers report them
Why this matters
Production and staging have returned 301 and 403 responses on routes that Kubernetes still considered healthy. The one-minute Console and Cowork checks bypass the public edge, and the Pages check does not cover the
mindshub.aicustom-domain path. This workflow exercises the Console hosts, Cowork, and that custom domain every five minutes.Acceptance criteria
https://cowork.mindshub.ai/, andhttps://mindshub.ai/, for 20 exact public endpoints.<div id="root"></div>; the website requires exact status 200 and itsog:site_namemarker.How to test
uv run pytest, Ruff, andactionlint .github/workflows/console-route-probe.yml.python3 scripts/probe_console_routes.py --retry-delay-seconds 0only after ENG-2317 reaches production. All 20 endpoints must pass.Notes for the reviewer
/coworkand 403 for/assets/. Do not merge, promote, or dispatch this workflow until ENG-2317 is deployed and all 20 local probes pass.og:site_namemarker. Retry objects retain the marker for the exact failed endpoint.Verified locally
uv run pytestuv run pytest tests/test_probe_console_routes.pyactionlint .github/workflows/console-route-probe.ymlmindshub.aireturned 200 with their expected markersgit diff --checkand pre-PR sweepShips with
Sibling: mindsdb/terraform#203
Merge order: Merge
terraform#203first and apply it after its destination and token gates pass. Merge this PR only after ENG-2317 is deployed and all 20 public endpoints pass locally.