All topics / Feature Flags and Rollbacks

Feature Flags and Rollbacks

Ship code dark, flip it on for a few users, and turn it off instantly when it breaks: feature flags decouple deploy from release.

  1. The switch in your code
  2. Living with flags
  3. The bill comes due