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 has been archived by the owner on May 26, 2023. It is now read-only.
Having to restart the server to change it's configurations is really inconvenient (and 10x so once it's in production). We should find some way to edit at least some settings at runtime.
The text was updated successfully, but these errors were encountered:
Which decorator do you have in mind? Also, there's also a question of exposing an interface for changing configuration, and plenty of code needs to be refactored in order to support configuration values that can change.
I suppose, you have config, and you're taking info from variables, "decorate variables", to have all time actual environment.
Unfortunately you may break come running code, like loop will behave different, so you'll need have config copy per request. Or protect every part of code.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Having to restart the server to change it's configurations is really inconvenient (and 10x so once it's in production). We should find some way to edit at least some settings at runtime.
The text was updated successfully, but these errors were encountered: