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 was archived by the owner on Oct 26, 2023. It is now read-only.
I would like to be able to reload configuration (particularly static bindings) without restarting. This could be as simple as responding to a SIGHUP as is convention, or periodically doing an os.stat on the config files checking for changes in mtime, or even inotify(7)/kqueue(2) type notifications.
I would like to be able to reload configuration (particularly static bindings) without restarting. This could be as simple as responding to a
SIGHUPas is convention, or periodically doing anos.staton the config files checking for changes inmtime, or even inotify(7)/kqueue(2) type notifications.