Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4/n] Partial refactor of worker and admin role configs #1328

Merged
merged 1 commit into from
Mar 28, 2024
Merged

Commits on Mar 28, 2024

  1. [4/n] Partial refactor of worker and admin role configs

    More re-org and cleanup. We need to move away from the `Options::build()` style:
    - We should treat configuration as data-only structures that won't be consumed on service creation
    - We pave the way for updateable config, components will own a "projection" to the config in the future instead of consuming it on startup
    
    This is not the final structure, many changes are transitional
    AhmedSoliman committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    5984b44 View commit details
    Browse the repository at this point in the history