Feature flags#
Feature flags
Control feature rollouts and manage feature toggles at SKAO.
Control application behaviour at runtime without redeploying code.
Turn functionality on or off dynamically with feature flags (also called feature toggles). Roll out features gradually, run A/B tests, create kill switches, and control operations across SKAO data centres.
Tutorial
Implement feature flags with the Unleash Python SDK or React Proxy Client.
How-to
Configure Helm charts, check flags in code, and manage the flag lifecycle.
Reference
SDK parameters, API endpoints, environment variables, and external documentation.
Explanation
Concepts, use cases, anti-patterns, naming conventions, and lifecycle stages.
When to use feature flags