is_hot_appliable
Function
This function is defined in the config module.Return whether a dotted config
path can be applied without restart.
A change is hot-appliable when the path itself is registered, or when it is
a leaf under a registered key (e.g. gateway.logging.level.extra).
Callers should treat every other path as requiring a restart plan.
Signature
Parameters
str
required
No description available.
Returns
bool
The result of the operation.
Used By
Source
View on GitHub
praisonaiagents/gateway/config.py at line 210
