There are some use cases in which it would make sense for tilenol to be able to auto-reload its configuration.
For example, when tilenol's configuration is mounted as a file from a ConfigMap in a Kubernetes environment, the ConfigMap may change when someone applies a new configuration via kubectl, but tilenol does not update since it only ever reads the configuration from disk on boot. Notably there are some temporary workarounds for this particular scenario, e.g. Reloader, but it might make more sense to simply add a new CLI flag, e.g. --reload, to support automatically watching for configuration file changes.
There are some use cases in which it would make sense for tilenol to be able to auto-reload its configuration.
For example, when tilenol's configuration is mounted as a file from a
ConfigMapin a Kubernetes environment, theConfigMapmay change when someone applies a new configuration viakubectl, but tilenol does not update since it only ever reads the configuration from disk on boot. Notably there are some temporary workarounds for this particular scenario, e.g. Reloader, but it might make more sense to simply add a new CLI flag, e.g.--reload, to support automatically watching for configuration file changes.