Skip to content

Commit

Permalink
Added loadgeneratorFloodHomepage flag description to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bornav authored and chalin committed Apr 2, 2024
1 parent 405d7cd commit 0668c48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/en/docs/demo/feature-flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ values are stored in the `demo.flagd.json` file. To enable a flag, change the
| `recommendationServiceCacheFailure` | Recommendation | Create a memory leak due to an exponentially growing cache. 1.4x growth, 50% of requests trigger growth. |
| `paymentServiceFailure` | Payment Service | Generate an error when calling the `charge` method |
| `paymentServiceUnreachable` | Checkout Service | Use a bad address when calling the PaymentService to make it seem like the PaymentService is unavailable. |
| `loadgeneratorFloodHomepage` | Loadgenerator | Start flooding the homepage with a huge amount of requests, configurable by passing `FLOOD_COUNT` env |

## Feature Flag Architecture

Expand Down

0 comments on commit 0668c48

Please sign in to comment.