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ยง
- Reconfigurable
Module - 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.