Files
Thomas Lekanger c2e749bfe1 refactor: refactor toggle management into a dynamic configuration system
- Removed the old `DynamicToggles` implementation and its associated tests.
- Introduced `DynamicConfig` for managing runtime configurations, including scheduling modes and toggle states.
- Added `SchedulingMode` enum to define different scheduling strategies.
- Implemented command handling for configuration changes via stdin and Unix sockets.
- Updated tests to cover the new configuration system and its commands.
- Ensured thread-safe access to configuration settings.
2026-01-25 01:50:19 +01:00
..