Skip to content

KnearMe Portfolio Operations Runbook

  • Production: https://knearme.co/api/health
  • Staging: https://staging.knearme.co/api/health
  1. Confirm current deploy SHA in Vercel.
  2. Check API health endpoint status.
  3. Inspect recent changes in portfolio and edge worker routes.
  4. Determine whether issue is app runtime, edge route ownership, or external provider outage.

If failure affects edge-owned API routes:

  1. Check apps/knearme-edge deployment and route ownership.
  2. Temporarily disable affected Cloudflare route ownership to return traffic to origin.
  3. Re-validate /api/health and impacted write paths.
  • Vercel rollback to last known good deployment for app issues.
  • Route-level rollback in Cloudflare for edge interception issues.
  • apps/knearme-edge/docs/PRODUCTION_CUTOVER_RUNBOOK.md
  • docs/engineering/exec-plans/staging-production-environments-execplan.md