mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
410 B
410 B
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