mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Editor pass - Handbook: add incident post-mortem section (#6452)
Editor pass for: - https://github.com/fleetdm/fleet/pull/6323
This commit is contained in:
parent
bfd9f204b0
commit
b4f12c436a
1 changed files with 1 additions and 1 deletions
|
|
@ -327,7 +327,7 @@ When conducting an incident post-mortem, answer the following three questions:
|
|||
|
||||
1. Impact: What impact did this error have? How many humans experienced this error, if any, and who were they?
|
||||
2. Root Cause: Why did this error happen?
|
||||
3. Side effects: did this error have any side effects? e.g., did it corrupt any data? Did code that was supposed to run afterwards and “finish something up” not run, and did it leave anything in the database or other systems in a broken state requiring repair? This typically involves checking the line in the source code that threw the error.
|
||||
3. Side effects: did this error have any side effects? e.g., did it corrupt any data? Did code that was supposed to run afterward and “finish something up” not run, and did it leave anything in the database or other systems in a broken state requiring repair? This typically involves checking the line in the source code that threw the error.
|
||||
|
||||
### When can I merge a change to the website?
|
||||
When merging a PR to master, remember that whatever you merge to master gets deployed live immediately. So if the PR's changes contain anything that you don't think is appropriate to be seen publicly by all guests of [fleetdm.com](https://fleetdm.com/), please do not merge.
|
||||
|
|
|
|||
Loading…
Reference in a new issue