feat(monitoring): probe public web endpoints (ENG-2324) - #61
Merged
Merged
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
mindsdb-devops
previously approved these changes
Sep 4, 2026
Refs: ENG-2324
mindsdb-devops
approved these changes
Sep 4, 2026
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, production and staging 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 redirects and 403 responses on routes that Kubernetes still considered healthy. Cloudflare covers four representative public paths every minute, while this independent runner checks the broader 21-endpoint public matrix every five minutes.
Acceptance criteria
https://mindshub.ai/, for 21 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.uv run --python 3.12 scripts/probe_console_routes.py --retry-delay-seconds 0. All 21 endpoints must pass.Notes for the reviewer
/coworkreturn 301 and/assets/return 403. Do not merge, promote, or dispatch this workflow until ENG-2317 is deployed and all 21 endpoints pass.Verified locally
uv run pytestuv run pytest tests/test_probe_console_routes.pyactionlint .github/workflows/console-route-probe.ymlgit diff --checkShips with
Merged sibling: mindsdb/terraform#203
Merge order: Apply the merged
terraform#203revision first. Merge this PR only after ENG-2317 reaches production and all 21 public endpoints pass locally.