[P0] Move config to DB (like seed, etc) #315
- The
api-config.ymlfile often goes missing, and this part is needs to be rewritten: https://github.com/gonka-ai/gonka/blob/bacddd41f257b459d85b04786bee06b49a084dff/decentralized-api/apiconfig/config_manager.go#L302 - The
api-configshould be split into two parts:- a static configuration file
- some kind of state (either in MySQL or a JSON file, but one that is updated strictly atomically). Consider leaning toward using MySQL right away, as it remains a standard and straightforward option, yet allows for the safe storage of as much data as needed. For debugging, a human-readable export is fine.
🔄 Auto-synced from Issue #315 every hour.