[P0] Move config to DB (like seed, etc) #315

Closed @tcharchian opened 2025-09-03 22:44 UTC 0 comments Updated 2026-01-15 22:00 UTC
  • The api-config.yml file 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-config should 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.