Aaron Stone wrote:
Depends how instantaneous we expect the changes to be. Would requiring a
HUP be too much? Perhaps, because if we were on the box to give a HUP then
we'd just copy the file anyways. However, if changes take five minutes to
propagate, a fatal config error would be fatal for that long.
Everyone put on your thinking caps, we need to figure this out!
I think requiring a HUP is fine. It's very standard for any daemon
process to require a HUP in order to reread it's config, be it from a DB
or from a config file.