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: content/en/docs/demo/feature-flags.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ change the `defaultVariant` value in the config file for a given flag to "on".
18
18
|`adServiceFailure`| Ad Service | Generate an error for `GetAds` 1/10th of the time |
19
19
|`adServiceManualGc`| Ad Service | Trigger full manual garbage collections in the ad service |
20
20
|`adServiceHighCpu`| Ad Service | Trigger high cpu load in the ad service. If you want to demo cpu throttling, set cpu resource limits |
21
-
|`cartServiceFailure`| Cart Service | Generate an error for`EmptyCart`1/10th of the time|
21
+
|`cartServiceFailure`| Cart Service | Generate an error whenever`EmptyCart`is called |
22
22
|`productCatalogFailure`| Product Catalog | Generate an error for `GetProduct` requests with product ID: `OLJCESPC7Z`|
23
23
|`recommendationServiceCacheFailure`| Recommendation | Create a memory leak due to an exponentially growing cache. 1.4x growth, 50% of requests trigger growth. |
24
24
|`paymentServiceFailure`| Payment Service | Generate an error when calling the `charge` method. |
0 commit comments