mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-28 00:06:53 +01:00
14 lines
410 B
Markdown
14 lines
410 B
Markdown
# Activation Strategies
|
|
|
|
Activation strategies is a crutial part of Unleash.
|
|
|
|
TODO!
|
|
- Definition lives in unleash-server
|
|
- Implementation lives in the client implementations
|
|
- Configuration is assiated with a feature toggle
|
|
- Document common strategies, and how to implement them
|
|
- gradual rollout (sticky vs. random)
|
|
- active for user with id
|
|
- active for host
|
|
- active for remote host
|
|
- totally custom |