Skip to content

Commit

Permalink
[Docs] Add cheat sheet for fault chaos (#1972)
Browse files Browse the repository at this point in the history
* Add cheat sheet for fault chaos

* Apply suggestion
  • Loading branch information
peter-csala authored Feb 16, 2024
1 parent 5fe3377 commit a6b9b33
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions docs/community/cheat-sheets.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,19 @@ Cheat sheets provide easy to use code snippets for common scenarios.
> [!NOTE]
> The below cheat sheets provide quick samples for the V8 API.
## Download
## Core strategies

| Strategy | PDF |
| Strategy | PDF |
| --------------- | :--------------------------------------------------: |
| Circuit Breaker | [Download](../media/cheat-sheet-circuit-breaker.pdf) |
| Fallback | [Download](../media/cheat-sheet-fallback.pdf) |
| Hedging | [Download](../media/cheat-sheet-hedging.pdf) |
| Rate Limiter | [Download](../media/cheat-sheet-rate-limiter.pdf) |
| Retry | [Download](../media/cheat-sheet-retry.pdf) |
| Timeout | [Download](../media/cheat-sheet-timeout.pdf) |
| Fallback | [Download](../media/cheat-sheet-fallback.pdf) |
| Hedging | [Download](../media/cheat-sheet-hedging.pdf) |
| Rate Limiter | [Download](../media/cheat-sheet-rate-limiter.pdf) |
| Retry | [Download](../media/cheat-sheet-retry.pdf) |
| Timeout | [Download](../media/cheat-sheet-timeout.pdf) |

## Chaos strategies

| Strategy | PDF |
| -------- | :----------------------------------------: |
| Fault | [Download](../media/cheat-sheet-fault.pdf) |
Binary file added docs/media/cheat-sheet-fault.pdf
Binary file not shown.
Binary file added docs/media/cheat-sheet-fault.pptx
Binary file not shown.

0 comments on commit a6b9b33

Please sign in to comment.