mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +01:00
Apply suggestions from code review
Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
This commit is contained in:
parent
c077860d54
commit
d58ed5f84b
@ -20,7 +20,7 @@ For instance: When using the [gradual rollout activation strategy](../user_guide
|
|||||||
## Custom stickiness (beta)
|
## Custom stickiness (beta)
|
||||||
|
|
||||||
:::info
|
:::info
|
||||||
Custom stickiness is available Unleash Enterprise v4 and later.
|
Custom stickiness is available starting from Unleash Enterprise v4.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
When using [the gradual rollout strategy](../user_guide/activation-strategies.md#gradual-rollout) or [feature toggle variants](./feature-toggle-variants.md), you can use parameters other than the user id to calculate stickiness. More specifically, you can use any field, custom or otherwise, of the [Unleash Context](../user_guide/unleash-context.md) as long as you have enabled custom stickiness for these fields.
|
When using [the gradual rollout strategy](../user_guide/activation-strategies.md#gradual-rollout) or [feature toggle variants](./feature-toggle-variants.md), you can use parameters other than the user id to calculate stickiness. More specifically, you can use any field, custom or otherwise, of the [Unleash Context](../user_guide/unleash-context.md) as long as you have enabled custom stickiness for these fields.
|
||||||
|
@ -117,7 +117,7 @@ Used to fetch details about a specific feature toggle. This is mainly provided t
|
|||||||
|
|
||||||
> This is a unleash-enterprise feature
|
> This is a unleash-enterprise feature
|
||||||
|
|
||||||
Strategy definitions may also contain a `constraints` property. Strategy constraints is a feature in Unleash which work on context fields, which is defined as part of the [Unleash Context](../../user_guide/unleash-context.md). The purpose is to define a set of rules where all needs to be satisfied in order for the activation strategy to . A [high level description](https://www.unleash-hosted.com/articles/strategy-constraints) of it is available online.
|
Strategy definitions may also contain a `constraints` property. Strategy constraints is a feature in Unleash which work on context fields, which is defined as part of the [Unleash Context](../../user_guide/unleash-context.md). The purpose is to define a set of rules where all needs to be satisfied in order for the activation strategy to evaluate to true. A [high level description](https://www.unleash-hosted.com/articles/strategy-constraints) of it is available online.
|
||||||
|
|
||||||
**Example response:**
|
**Example response:**
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user