|
|
|
|
|
by tail_exchange
1249 days ago
|
|
I've been thinking about a way to add feature flags to my project's CI pipeline. What makes me afraid of adding such thing is reliability: if someone breaks the feature flag service, now the CI pipeline is broken too. I could just give them a default value if the communication fails, but then we will have builds that are skipping checks potentially due to transient errors.
I would be very curious to know the guidance for using this tool in my case. |
|