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.