Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] Add cheat sheet for fault chaos #1972

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
martincostello marked this conversation as resolved.
Show resolved Hide resolved
Binary file not shown.
Binary file added docs/media/cheat-sheet-fault.pptx
Binary file not shown.