HIVE80lab — Ops notes

On-Call Escalation Path Tiers

Purpose: Define structured escalation for different severity and business impact levels. Move from "call the owner" to defined tiers, SLAs, and channels.

Escalation Path Overview

TierDefinitionResponse SLACommunication Cadence
Tier 1SLO breach within 15 minutesNotify in 15 minUpdate every 15 min
Tier 2Business impact > 1 hourNotify in 30 minUpdate every 30 min
Tier 3P1 breach > 1 hourNotify in 1 hourUpdate every 1 hour
Tier 4P3/P4 incidentsNotify in 4 hoursNext business day

Tier 1: SLO Breach Response (15 min)

Who Escalates

Response Actions

Escalation Criteria

Example Alert Message

`` ⚠️ P1 - SLO BREACH DETECTED Service: api-gateway SLA: 99.9% uptime (3 min downtime allowed) Impact: 2.3% downtime in last hour First responder: @sre-lead Status: Investigating - checking logs ``

Tier 2: Business Impact Response (30 min)

Who Escalates

Response Actions

Escalation Criteria

Example Status Update

`` 🏥 INCIDENT UPDATE (30 min mark) Status: Under control - fix in progress Root cause: Memory leak in worker pool Progress: Restarting pool, verifying metrics Est. resolution: 15 min Escalating: None (progress good) ``

Tier 3: Major Incident Response (1 hour)

Who Escalates

Response Actions

Escalation Criteria

Example Stand-up Message

`` 🚨 MAJOR INCIDENT - C-LEVEL INVOLVED Service: Payment Gateway Integration Impact: $50K revenue lost per hour, 2,000 customers affected Plan: Rollback to last known good, notify customers, allocate chargebacks Customer comms: Email + in-app notification Next update: 30 min ``

Tier 4: Low Priority Response (4 hours)

Who Escalates

Response Actions

Escalation Criteria

Example Status Update

`` 📝 LOW PRIORITY - RESOLVED Incident: Search index delayed Root cause: Migration job stuck, timeout Resolution: Task restarted, index back to 99% complete Next steps: Monitor for recurring issues ``

Escalation Decision Flow

Step 1: Initial Response

Step 2: Update Frequency

TierFirst UpdateSubsequent Updates
Tier 1Within 15 minEvery 15 min
Tier 2Within 30 minEvery 30 min
Tier 3Within 1 hourEvery 1 hour
Tier 4Within 4 hoursEnd of shift

Step 3: Escalation Loop

Documentation Fields

Escalation Contacts

TierRoleOn-CallEmergency Contact
Tier 1SRE / Infrastructure@sre-leadPagerDuty: SRE-P1
Tier 2Senior Engineering@senior-leadPagerDuty: SRE-P2
Tier 3Engineering Director@ctoPagerDuty: SRE-P3
Tier 4Operations Manager@ops-managerPagerDuty: SRE-P4

Usage: Use after initial incident classification. Route incident to the correct escalation path and SLA. Works with incident-timeline-template.html for tracking.

Product links: /l/ops-starter-kit-vol-2 | /l/ops-starter-kit | /l/automation-starter-pack

The schedule that keeps the words flowing: incident communication timeline template — who gets told, at which minute, and the five-part update skeleton that carries a next-update time every time.

From the HIVE80lab kit

Part of the five-pillar incident-response set: see the pillars overview and the blameless post-incident review template.