Configuration reload #1117
Labels
E: gravity
External: related to Gravity DEX
O: new-feature
Objective: cause to add a new feature or support
Milestone
Crate
ibc-relayer
,ibc-relayer-cli
Summary
Add ability for Hermes to reload the configuration from disk without restarting it.
Problem Definition
At the moment, for Hermes to pick any change to its configuration, operators need to stop and restart Hermes.
We want to provide a mechanism to trigger a reloading of Hermes configuration without having to restart it, eg. via a POSIX signal (typically
SIGHUP
).Proposal
SIGHUP
signal to trigger a config reloadAcceptance Criteria
The relayer reacts to a
SIGHUP
signal by reloading the configuration and spawning or shutting down the affected workers.For Admin Use
The text was updated successfully, but these errors were encountered: