Topolo Status
Public Topolo status page and monitoring cron for production surface health.
Documentation Map
What It Is
Public Topolo status page and monitoring cron for production surface health.
Architecture
Owners: platform-engineering
Source repos: PlatformApplications/TopoloStatus
Dependencies: cloud-control
Repo shape
- PlatformApplications/TopoloStatus/migrations/
- PlatformApplications/TopoloStatus/package.json
- PlatformApplications/TopoloStatus/src/
- PlatformApplications/TopoloStatus/topolo.cloudcontrol.json
- PlatformApplications/TopoloStatus/tsconfig.json
- PlatformApplications/TopoloStatus/wrangler.toml
Runtime Surfaces
Hosts:
https://status.topolo.app Config: PlatformApplications/TopoloStatus/wrangler.toml
Main: src/worker.ts
Routes: status.topolo.app
API Reference
Coverage: curated
Source: PlatformApplications/TopoloStatus/src/worker.ts
Source exists in repo: yes
Public status page and health API backed by the Topolo Status Worker. Deployment metadata is declared in PlatformApplications/TopoloStatus/topolo.cloudcontrol.json.
App API page: /reference/apps/topolo-status
This system currently relies on a curated or README-derived contract surface instead of a source-controlled OpenAPI spec.
Auth and Permissions
Depends on Topolo Auth: no explicit signal detected
Service IDs:
No Auth service ID mapped in docs yet.
API key scopes
No API key scopes were found in the checked-in Auth catalog for this system.
Service permissions
No role/permission catalog rows were found in the checked-in Auth permissions seed.
Data Ownership
Binding: STATUS_DB
Target: 7ee28838-714c-497c-9c06-6c0d97ce3cb5
Environment: default
Source: PlatformApplications/TopoloStatus/wrangler.toml
Queues / Cron / Workflows
Queue bindings:
No queue bindings were detected.
Cron triggers
* * * * *via PlatformApplications/TopoloStatus/wrangler.toml
Workflow signals
- cron * * * * *
Environment Variables and Bindings
Environment variables:
STATUS_HOSTS All wrangler bindings
-
STATUS_DB(d1) -> 7ee28838-714c-497c-9c06-6c0d97ce3cb5
Deployments
Deployment environments: default only or not declared
Routes: status.topolo.app
Observability enabled: yes
Wrangler surfaces
- PlatformApplications/TopoloStatus/wrangler.toml -> topolo-status
Build and deploy commands
-
build— PlatformApplications/TopoloStatus/package.json :: wrangler deploy --dry-run --outdir .wrangler/build -
deploy— PlatformApplications/TopoloStatus/package.json :: node -e 'console.error("\n✘ Bare \"deploy\" is disabled. Use deploy:production.\n"); process.exit(1)' -
deploy:production— PlatformApplications/TopoloStatus/package.json :: DEPLOY_ENVIRONMENT=production CLOUDFLARE_ACCOUNT_ID=49ef1ba682ad8cfd720c86699ae17521 python3 .github/scripts/standard_deploy.py local-deploy
Failure Modes
- No Auth service ID is registered for this system.
- Neither OpenAPI nor README-derived interface detail was found.
Debugging Runbooks
Start with these entrypoints:
- PlatformApplications/TopoloStatus/wrangler.toml
- PlatformApplications/TopoloStatus/src/worker.ts
- PlatformApplications/TopoloStatus/package.json
Change Log / Verification
Lifecycle: active
Last verified: 2026-05-02
Any code change to this system is expected to update the canonical docs in PlatformApplications/TopoloDocs and refresh the verification date.