Skip to content

Commit

Permalink
Merge pull request #1453 from Unleash/docs/link-to-strat-constraints-…
Browse files Browse the repository at this point in the history
…from-schedule

docs: link to strategy constraints doc from scheduling how-to guide
  • Loading branch information
thomasheartman committed Mar 18, 2022
2 parents 85c7486 + 0950a95 commit 40d9842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/how-to/how-to-schedule-feature-releases.mdx
Expand Up @@ -27,7 +27,7 @@ This guide assumes that you've got the following:

## Schedule feature releases with strategy constraints {#strategy-constraints}

You can use this approach with _any_ strategy you want. The strategies will work just as they normally do, they just won't become active until the specified time. For example: with the standard strategy, the feature would become available to all your users at the specified time; with a gradual rollout, the rollout would start at the specified time.
[Strategy contstraints](../advanced/strategy-constraints.md#date-and-time-operators) are the easiest way to schedule feature releases ([as long as your SDKs are up to date](../advanced/strategy-constraints.md#incompatibilities)). You can use this approach with _any_ strategy you want. The strategies will work just as they normally do, they just won't become active until the specified time. For example: with the standard strategy, the feature would become available to all your users at the specified time; with a gradual rollout, the rollout would start at the specified time.

### Step 1: Add an activation strategy with a date-based constraint

Expand Down

0 comments on commit 40d9842

Please sign in to comment.