-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Docs] Add timeout and fallback cheat sheets (#1836)
Add timeout and fallback cheat sheets.
- Loading branch information
1 parent
00845d7
commit c49ab55
Showing
7 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Cheat Sheets | ||
|
||
Cheat sheets provide easy to use code snippets for common scenarios. | ||
|
||
> [!NOTE] | ||
> The below cheat sheets provide quick samples for the V8 API. | ||
## Download | ||
|
||
| Strategy | Pdf link | | ||
| ------------- | :-------------: | | ||
| Timeout | [Download](../media/timeout-cheat-sheet.pdf) | | ||
| Fallback | [Download](../media/fallback-cheat-sheet.pdf) | | ||
| Retry | *Coming soon* | | ||
| Circuit Breaker | *Coming soon* | | ||
| Hedging | *Coming soon* | | ||
| Rate Limiter | *Coming soon* | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,6 +55,7 @@ | |
"resource": [ | ||
{ | ||
"files": [ | ||
"media/*.pdf", | ||
"icon.png" | ||
] | ||
} | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters