-
-
Notifications
You must be signed in to change notification settings - Fork 730
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add in gradual rollout use case doc #8172
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Manifest Files |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @nnennandukwe! 🚀 🤩 Left a few suggestions, mostly to align the casing of the headings
|
||
The key benefits of gradual rollouts are that you can experiment rapidly on a controlled group and roll back quickly if the experiment goes wrong. This reduces the risk of failure, improves software quality, improves user experience, and optimizes resource utilization. | ||
|
||
## How to Perform a Gradual Rollout with Unleash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## How to Perform a Gradual Rollout with Unleash | |
## How to perform a gradual rollout with Unleash |
|
||
With your feature flag management service, your application, an API token, and an Unleash SDK added to your application, you are now able to set up and manage a gradual rollout with a feature flag. | ||
|
||
## Configuring Gradual Rollouts in Unleash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## Configuring Gradual Rollouts in Unleash | |
## Configuring gradual rollouts in Unleash |
|
||
Next, we will configure the gradual rollout strategy for your new flag. | ||
|
||
## Implementing Gradual Rollout Activation Strategy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## Implementing Gradual Rollout Activation Strategy | |
## Implementing a gradual rollout activation strategy |
|
||
In the next section, we’ll explore how to apply a strategy constraint on top of a gradual rollout for more advanced use cases. | ||
|
||
## Applying Strategy Constraints |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## Applying Strategy Constraints | |
## Applying strategy constraints |
1. [Strategy Constraints](/reference/strategy-constraints) | ||
2. [How to add strategy constraints](/how-to/how-to-add-strategy-constraints) | ||
|
||
### Define Custom Context Fields for Strategy Constraints |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### Define Custom Context Fields for Strategy Constraints | |
### Define custom context fields for strategy constraints |
website/docs/feature-flag-tutorials/use-cases/gradual-rollout.md
Outdated
Show resolved
Hide resolved
|
||
When utilizing an activation strategy such as a gradual rollout, it may be necessary to further define which subset of users get access to a feature and when the rollout takes place, depending on the complexity of your use case. Unleash provides [Strategy Constraints](/reference/strategy-constraints) as a way to fine-tune conditions under which a feature flag is evaluated. Within a gradual rollout activation strategy, you can use strategy constraints to, for example: | ||
|
||
- roll out a feature only to users in a specific region |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it would be nice to uppercase these for consistency with other lists on the page, but that might mean a rewrite for the last bullet point
About the changes
Adding in 1 of 7 use cases to our feature flag tutorials docs.
Upcoming additions to this PR:
Closes #
Important files
Discussion points