fosshostorg / aarch64

Dashboard and API for https://console.aarch64.com
https://console.aarch64.com
GNU Affero General Public License v3.0
12 stars 7 forks source link

Use feature flags for API #71

Closed iojcde closed 1 year ago

iojcde commented 3 years ago

Using feature flags for the API will give more flexibility to handle incidents, and will make debugging bits of the services much easier. I'm working on a PR implementing this.

Any opinions?