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

Refactor internal/configuration/manager.cache to implement configuration.SynchronousProvider transparently #3271

Open
alecthomas opened this issue Oct 31, 2024 · 0 comments
Labels
techdebt Issue is technical debt

Comments

@alecthomas
Copy link
Collaborator

This will allow the Manager to just have a single field provider configuration.SynchronousProvider which will be either the caching wrapper around an AsynchronousProvider, or a direct SynchronousProvider, removing a lot of logic.

@alecthomas alecthomas added the techdebt Issue is technical debt label Oct 31, 2024
@github-actions github-actions bot added the triage Issue needs triaging label Oct 31, 2024
@ftl-robot ftl-robot mentioned this issue Oct 31, 2024
@stuartwdouglas stuartwdouglas removed the triage Issue needs triaging label Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
techdebt Issue is technical debt
Projects
None yet
Development

No branches or pull requests

2 participants