-
-
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.
- Loading branch information
1 parent
9ec2dc9
commit 29ca637
Showing
9 changed files
with
63 additions
and
65 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,12 @@ | ||
- name: Telemetry | ||
href: telemetry.md | ||
- name: Dependency injection | ||
href: dependency-injection.md | ||
- name: Resilience context | ||
href: resilience-context.md | ||
- name: Performance | ||
href: performance.md | ||
- name: Testing | ||
href: testing.md | ||
- name: Use with F# and Visual Basic | ||
href: use-with-fsharp-and-visual-basic.md |
File renamed without changes.
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,10 @@ | ||
- name: Chaos engineering | ||
href: index.md | ||
- name: Fault | ||
href: fault.md | ||
- name: Outcome | ||
href: outcome.md | ||
- name: Latency | ||
href: latency.md | ||
- name: Behavior | ||
href: behavior.md |
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,10 @@ | ||
- name: Polly-Contrib projects and libraries | ||
href: polly-contrib.md | ||
- name: Libraries and contributions | ||
href: libraries-and-contributions.md | ||
- name: Useful resources and links | ||
href: resources.md | ||
- name: Git workflow | ||
href: git-workflow.md | ||
- name: Cheat sheets | ||
href: cheat-sheets.md |
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,6 @@ | ||
- name: Extensibility | ||
href: index.md | ||
- name: Proactive strategy | ||
href: proactive-strategy.md | ||
- name: Reactive strategy | ||
href: reactive-strategy.md |
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
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,4 @@ | ||
- name: Resilience pipelines | ||
href: index.md | ||
- name: Resilience pipeline registry | ||
href: resilience-pipeline-registry.md |
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,14 @@ | ||
- name: Resilience strategies | ||
href: index.md | ||
- name: Timeout | ||
href: timeout.md | ||
- name: Retry | ||
href: retry.md | ||
- name: Rate limiter | ||
href: rate-limiter.md | ||
- name: Hedging | ||
href: hedging.md | ||
- name: Fallback | ||
href: fallback.md | ||
- name: Circuit breaker | ||
href: circuit-breaker.md |
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