KnearMe Edge Worker Operations Runbook
Incident triage sequence
Section titled “Incident triage sequence”- Check Worker health endpoint (
/_health). - Identify affected route set and current ownership stage.
- Inspect queue consumer and DLQ activity.
- Verify upstream origin availability.
Fast rollback
Section titled “Fast rollback”Route-based rollback is the fastest mitigation:
- Disable ownership for affected path(s).
- Confirm traffic returns to origin.
- Keep or pause queue consumers based on incident scope.
Verify protections
Section titled “Verify protections”- Rate limit behavior (
429withRetry-After). - Turnstile enforcement (
403on invalid token if enabled). - Redirect sync path admin auth.
Post-incident tasks
Section titled “Post-incident tasks”- Capture route stage at failure time.
- Record queue depth, DLQ count, and request class impacted.
- Update cutover runbook notes for recurring failure pattern.