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

Hot reloading #19

Open
viega opened this issue Dec 9, 2022 · 1 comment
Open

Hot reloading #19

viega opened this issue Dec 9, 2022 · 1 comment
Labels
enhancement New feature or request p3

Comments

@viega
Copy link
Contributor

viega commented Dec 9, 2022

Support hot-reloading in multi-threaded environments (i.e., compare-and-swap out an entire config to avoid concurrency issues).

@viega viega added p2 enhancement New feature or request labels Dec 9, 2022
@viega viega added p3 and removed p2 labels Feb 9, 2023
@viega
Copy link
Contributor Author

viega commented Feb 9, 2023

Not that critical; can just reload into a new config object and CAS that object yourself if super important. If we do this, should do it in the context of making everything MT safe instead of expecting people to lock or stick to one thread.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request p3
Projects
None yet
Development

No branches or pull requests

1 participant