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 Jun 3, 2020. It is now read-only.
Abscissa 0.1 (unreleased) now contains the prerequisites for hot config reloads, including a signal-hook based signal handler which processes all signals by obtaining an exclusive mutable reference to the application state.
KMS doesn't use it yet: I'm trying to keep the initial Abscissa upgrade as light touch as possible. But after KMS v0.6 is released, we should be able to switch to it and handle config reloads via e.g. SIGHUP.
After that, we could potentially add friendlier ways to send that SIGHUP like @liangping's suggested tmkms reload.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It would nice to have something similar to
tmkms refresh
to reload changes in the configuration file without having to restart the complete KMS.Originally posted by @tarcieri in #177 (comment)
The text was updated successfully, but these errors were encountered: