You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/api-degradation-scenarios/README.md
+2-26Lines changed: 2 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Summary
4
4
5
-
This sample contains presets to simulate various API degradation scenarios to test how your application handles partial failures, intermittent errors, rate limiting, and slow responses. Use these configurations to build apps that gracefully degrade under stress and verify that your error handling and retry logic works before production.
5
+
This sample demonstrates how to simulate various API degradation scenarios to test how your application handles partial failures, intermittent errors, rate limiting, and slow responses. Use these configurations to build apps that gracefully degrade under stress and verify that your error handling and retry logic works before production.
@@ -57,13 +57,7 @@ You can also run Dev Proxy with specific configurations:
57
57
This configuration combines all three degradation scenarios: intermittent 503 errors (30% of requests), rate limiting (10 requests per minute), and slow responses (3-5 seconds latency).
Copy file name to clipboardExpand all lines: samples/api-degradation-scenarios/assets/sample.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,11 @@
3
3
"name": "pnp-devproxy-api-degradation-scenarios",
4
4
"source": "pnp",
5
5
"title": "Simulate API degradation scenarios",
6
-
"shortDescription": "This sample contains presets to simulate various API degradation scenarios including intermittent errors, rate limiting, and slow responses to test your application's resilience.",
6
+
"shortDescription": "This sample demonstrates how to simulate various API degradation scenarios including intermittent errors, rate limiting, and slow responses to test your application's resilience.",
"This sample contains presets to simulate various API degradation scenarios including intermittent errors, rate limiting, and slow responses to test your application's resilience."
10
+
"This sample demonstrates how to simulate various API degradation scenarios including intermittent errors, rate limiting, and slow responses to test your application's resilience."
0 commit comments