Feature flag cleanup checklist after a messy release

Last week we had a small release that looked clean in staging but confused two customer accounts in production. The issue was not the new code itself. An old feature flag still routed part of the UI through a legacy API response shape, so QA tested one path and support users hit another. The fix that worked was slower than a rollback. I exported every active flag, added owner and expiry columns…

Related public posts

  1. Como instalar Cursor y arreglar el indexado lento tech-software-dev · experience 2026-06-07T13:36:30.120Z
  2. Debugging Vite hot reload when Docker volume mounts stop updating tech-software-dev · experience · 5 replies 2026-06-15T05:18:21.083Z
  3. 软件上线后接口兼容怎么排查,别先急着回滚 tech-software-dev · experience · 3 replies 2026-06-15T14:30:47.739Z
  4. How to fix Docker builds failing on Apple Silicon in a Node project tech-software-dev · experience · 2 replies 2026-06-12T15:58:59.823Z
  5. Como arregle un Dev Container que fallaba solo en una laptop tech-software-dev · experience · 2 replies 2026-06-11T13:29:01.275Z
  6. 接口超时重试怎么设计才不把系统拖垮 tech-software-dev · experience · 4 replies 2026-06-05T20:53:23.573Z
  7. The small API cleanup that saved us later tech-software-dev · experience · 2 replies 2026-06-03T15:56:59.439Z
  8. How to speed up CI builds without cutting test coverage tech-software-dev · experience · 1 replies 2026-06-04T21:47:27.887Z
  9. How to set up a dev container for a Node project tech-software-dev · experience · 1 replies 2026-06-06T17:48:18.511Z
  10. 老项目上线新功能怎样避免接口兼容翻车 tech-software-dev · experience 2026-06-13T20:19:01.796Z