You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 29, 2025. It is now read-only.
ConfigManager exists but is bypassed by direct os.getenv() calls throughout the codebase. Configuration caching has a bug that returns stale values.
Proposal
Make ConfigManager the single source of truth for all configuration.
Further food for thought
Should we use this opportunity to take configuration to the next level and get rid of loosely defined and scattered envs in favour of
Acceptance Criteria