Skip to content

Commit

Permalink
WIP: Distill incident-handling procedures into single playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyAghion committed Nov 9, 2021
1 parent 7b82b09 commit f0c9027
Show file tree
Hide file tree
Showing 14 changed files with 460 additions and 2 deletions.
1 change: 1 addition & 0 deletions playbooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ practice should be incorporated, submit a PR!
| [Extracting Services](/playbooks/extracting-services.md#readme) | When and why to consider extracting or decoupling systems |
| [GraphQL Schema Design](/playbooks/graphql-schema-design.md#readme) | What are our best practices for GraphQL Schema Design? |
| [Hokusai](/playbooks/hokusai.md#readme) | a CLI to manage applications deployed to Kubernetes |
| [Incident Handling](/playbooks/incident-handling.md#readme) | How engineers share on-call duties and provide urgent support |
| [How to give a good Informational](/playbooks/informationals.md#readme) | What are the steps needed to give someone a great experience. |
| [Jira](/playbooks/jira.md#readme) | Working with Jira boards and tickets |
| [Kubernetes](/playbooks/kubernetes.md#readme) | Deploying containerized applications at Artsy |
Expand Down
Binary file added playbooks/images/on-call-slo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added playbooks/images/opsgenie-addengs-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added playbooks/images/opsgenie-addengs-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added playbooks/images/opsgenie-addengs-4.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added playbooks/images/opsgenie-override-0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added playbooks/images/opsgenie-override-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added playbooks/images/opsgenie-override-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added playbooks/images/opsgenie-responding-0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added playbooks/images/opsgenie-schedule-0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added playbooks/images/opsgenie-schedule-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added playbooks/images/opsgenie-schedule-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
458 changes: 458 additions & 0 deletions playbooks/incident-handling.md

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions playbooks/support/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->


- [Wait!](#wait)
- [Process Overview](#process-overview)
- [On-Call Responsibilities](#on-call-responsibilities)
Expand Down Expand Up @@ -108,7 +107,7 @@ See the [responding doc](responding.md#severity-of-incidents) for levels of seve

- On the last day of your shift verify in [OpsGenie schedule](https://artsy.app.opsgenie.com/schedule/whoIsOnCall)
who is coming to replace you and have a quick check in with them about current outstanding issues.
- Update header of the slack #incidents channel with the current on-call engeneers' names.
- Update header of the slack #incidents channel with the current on-call engineers' names.

## Helpful Resources and Playbooks

Expand Down

0 comments on commit f0c9027

Please sign in to comment.