Postmortem Process

For every major incident (SEV-2/1), we need to follow up with a postmortem. A blame-free, detailed description, of exactly what went wrong in order to cause the incident, along with a list of steps to take in order to prevent a similar incident from occurring again in the future. The incident response process itself should also be included.

Don't Neglect the Postmortem

Don't make the mistake of neglecting a postmortem after an incident. Without a postmortem, you fail to recognize what you're doing right, where you could improve, and most importantly how to avoid making the same exact mistakes next time around. A well-designed, blameless postmortem allows teams to continuously learn and serves as a way to iteratively improve your infrastructure and incident response process.

Owner Designation#

The first step is designating a postmortem owner. This is done by the IC either at the end of a major incident call or very shortly after. You will be notified directly by the IC if you are the owner for the postmortem. The owner is responsible for populating the postmortem, looking up logs, managing the follow-up investigation, and keeping all interested parties in the loop. Please use Slack for coordinating follow-up. A detailed list of the steps is available below:

Owner Responsibilities#

As owner of a postmortem, you are responsible for the following,

Status Descriptions#

Our postmortems have a "Status" field which indicates where in our process the postmortem currently is. Here's a description of the values and how we use them.

Status Description
Draft Indicates that the content of the postmortem is still being worked on.
In Review The content of the postmortem has been completed, and is ready to be reviewed during the postmortem meeting.
Reviewed The meeting is over and the content has been reviewed and agreed upon.
If there is an "External Message," the Customer Support team will take the message and update our status page as appropriate.
Closed No further actions are needed on the postmortem (outstanding issues are tracked in JIRA).
If no "External Message," you can skip straight to this once the meeting is over.
If there's an "External Message", then the Support team will update it to this status once the message is posted.

Postmortem#

Once you've been designated as the owner of a postmortem, you should start creating one and updating it with all the relevant information.

  1. (If not already done by the IC) Create a new postmortem for the incident.

  2. Schedule a postmortem meeting for within 3 calendar days for a SEV-1 and 5 business days for a SEV-2. You should schedule this before filling in the postmortem, just so it's on the calendar.

    • Create the meeting on the "Incident Postmortem Meetings" shared calendar.
  3. Begin populating the page with all of the information you have.

    • The timeline should be the main focus to begin with.
      • The timeline should include important changes in status/impact and key actions taken by responders.
    • Go through the history in Slack to identify the responders and add them to the page.
      • Identify the Incident Commander and Scribe in this list.
  4. Populate the postmortem with more detailed information.

    • For each item in the timeline, identify a metric, or some third-party page where the data came from. This could be a link to a Datadog graph, a SumoLogic search, a tweet, etc. Anything which shows the data point you're trying to illustrate in the timeline.
    • Add a link to the incident call recording.
  5. Perform an analysis of the incident.

    • Capture all available data regarding the incident. What caused it, how many customers were affected, etc.
      • Any commands or queries you use to look up data should be posted in the page so others can see how the data was gathered.
    • Capture the impact to customers (generally in terms of event submission, delayed processing, and slow notification delivery)
    • Identify the underlying cause of the incident (what happened and why did it happen).
  6. Write the external message that will be sent to customers. This will be reviewed during the postmortem meeting before it is sent out.

    • Avoid using the word "outage" unless it really was a full outage, use the word "incident" or "service degradation" instead. Customers generally see "outage" and assume the worst.
    • Look at other examples of previous postmortems to see the kind of thing you should send.
  7. Post a link to the postmortem into Slack to be reviewed for style and content by internal parties, you should try to do this about 24 hours before the meeting is scheduled.

    • Experienced postmortem writers will give you feedback on the level of detail and content of the postmortem. This avoids wasted time during the meeting.
  8. Attend the postmortem meeting (see below section for more information).

  9. Create any follow-up action JIRA tickets (or note down topics for discussion if we need to decide on a direction to go before creating tickets),

    • Go through the history in Slack to identify any TODO items.
    • Label all tickets with their severity level and date tags.
    • Any actions which can reduce reoccurrence of the incident.
      • (There may be some trade-off here, and that's fine. Sometimes the ROI isn't worth the effort that would go into it).
    • Identify any actions which can make our incident response process better.
    • Be careful with creating too many tickets. Generally we only want to create things that are P0/P1's. Things that absolutely should be dealt with.
  10. Communicate internally so we can learn from the incident.

    • Send out an internal email to the relevant stakeholders describing the results and key learnings.
    • Include a link to the postmortem.

Postmortem Meeting#

These meetings should generally last 15-30 minutes and are intended to be a wrap up of the postmortem process. We should discuss what happened, what we could've done better, and any follow-up actions that we need to take. The goal is to suss out any disagreement on the facts, analysis, or recommended actions, and to get some wider awareness of the problems that are causing reliability issues for us.

You should invite the following people to the postmortem meeting,

The Incident Commander will run the meeting, keeping the discussion focused and on track. However the postmortem owner will likely be doing most of the talking as they walk through the postmortem report.

A general agenda for the meeting would be something like,

  1. Recap the timeline, to make sure everyone agrees and is on the same page.
  2. Recap important points, and any unusual items.
  3. Discuss how the problem could've been caught.
    • Did it show up in canary?
    • Could it have been caught in tests, or loadtest environment?
  4. Discuss customer impact. Any comments from customers, etc.
  5. Review action items that have been created, discuss if appropriate, or if more are needed, etc.

Examples#

Here are some examples of postmortems from other companies as a reference,

Useful Resources#