Module reload_cfg

Source
Expand description

Code to watch configuration files for any changes.

Structs§

Application 🔒
Internal type to represent the Arti application as a ReconfigurableModule.

Constants§

DEBOUNCE_INTERVAL 🔒
How long to wait after an event got received, before we try to process it.

Traits§

ReconfigurableModule
An object that can be reconfigured when our configuration changes.

Functions§

prepare 🔒
Find the configuration files and prepare the watcher
reconfigure 🔒
Reload the configuration files, apply the runtime configuration, and reconfigure the client as much as we can.
reload_configuration 🔒
Reload the configuration.
run_watcher 🔒
Start watching for configuration changes.
watch_for_config_changes
Launch a thread to reload our configuration files.