Communication During an Incident: Cadence and Audience

Incident Response & Ticketing Workflows

Chapter 8 · Communication During an Incident: Cadence and Audience

Chapter 1's own bad-process example ended in "total silence for hours." This chapter is about the specific discipline that avoids it — not because silence looks bad, but because silence is itself read as information, almost always the wrong information.

Silence Reads as "Nobody Is Working on This"

The absence of an update during an active incident isn't neutral — anyone waiting interprets it, usually as neglect rather than "actively investigating something genuinely hard." "Still investigating, no new findings yet" is itself real, valuable information worth sending, even when there's nothing new to report.

Setting a Cadence, Not Just Reacting

Deciding on a regular update interval up front — every 30 minutes for a SEV1, every few hours for a SEV3, scaling with severity the same way Chapter 7's escalation timing did — avoids the awkward gap where 45 minutes pass with nothing sent purely because "there's nothing new to say yet," when that absence itself needed communicating.

Audience-Appropriate Updates

The same "know your audience" principle from Chapter 7's escalation split, now applied to ongoing updates: a technical status update for the team actively working differs from a stakeholder-facing one for people who need impact and rough timing, not technical detail.

A stakeholder-facing update should state
What's affected
What's not affected — a real reassurance, not filler
What's currently being done
A rough timeframe, only if it can be given honestly
A confident wrong ETA damages trust worse than honest uncertainty
Committing to a specific fix time you're not actually confident in, then missing it, costs more trust than a plain "we don't have a confident timeline yet, next update in 30 minutes." The second one is less satisfying in the moment, but it's honest — and it doesn't compound the original problem with a broken promise on top of it.

Updating Even When the News Isn't Good

"We tried X, it didn't work, we're now trying Y" is still a genuinely useful update, despite not being good news — it demonstrates active, real progress, which maintains trust. Silence erodes trust regardless of how hard the team is actually working behind the scenes; a visible, honest update — even a discouraging one — doesn't.

The "All Clear" Message

Once resolved, an explicit "this is now resolved" message matters just as much as the original "we're investigating" one. People who were told about a problem need to be explicitly told it's over — otherwise, a real fraction of them continue operating under the assumption it might still be happening (avoiding a feature, expecting delays) longer than necessary, a real and often-overlooked gap.

Don't let writing updates distract from actually working the incident
If drafting the update itself takes meaningful time away from a small team actively fixing a SEV1, consider having someone not doing hands-on technical work own communication — an incident-commander or communications role, for a team large enough to split it. The same "process shouldn't become its own burden" theme Chapter 1 opened with applies here directly.

Working Example: A Full Update Sequence

14:05 — Investigating reports of checkout failures. Impact: some users unable to complete checkout. Not affected: browsing, account login. Next update in 30 min or sooner if we learn more. 14:35 — Still investigating. Ruled out a network issue; now looking at database performance. No confident ETA yet. Next update in 30 min. 15:05 — Root cause identified — a database query issue. Fix in progress. Expect resolution within 15-20 minutes. 15:22 — Resolved. Checkout is fully functional as of 15:20 UTC. We'll share a summary of what happened once our internal review is complete.

Notice the 14:35 update carries no good news at all — a ruled-out theory, no ETA — and it's still exactly the kind of update this chapter recommends sending, matching Chapter 5's own timeline for this same running incident. The 15:22 message is the explicit all-clear, not left implied.

Hands-On Exercises

Exercise 1

Explain why "still investigating, no update yet" is described as genuinely valuable information, even though it contains no new findings.

📄 View solution
Exercise 2

Explain why this chapter says committing to a specific ETA you're not confident in is worse for trust than admitting you don't have one yet.

📄 View solution
Exercise 3

Explain why the explicit 15:22 "resolved" message matters, and what could go wrong if the team simply stopped sending updates once the fix was deployed without sending it.

📄 View solution

Chapter 8 Quick Reference

  • Silence is read as neglect, not as "hard at work" — an update saying nothing new is still worth sending
  • Set a proactive cadence up front, scaled to severity, rather than only reacting when something changes
  • Technical vs. stakeholder-facing updates need different content, mirroring Chapter 7's own escalation-audience split
  • An honest "no confident ETA yet" beats a confident wrong one — a broken promise compounds the original problem
  • Bad-news updates ("tried X, moving to Y") still maintain trust — silence erodes it regardless of actual effort
  • Always send an explicit "all clear" — don't leave resolution implied
  • Next chapter: Post-Incident Review: Blameless and Useful