getgort / gort

Gort is a chatbot framework designed from the ground up for chatops.

Home Page:https://guide.getgort.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change how config reload works

clockworksoul opened this issue · comments

Current the config automatically reloads when the underlying config file changes. This has led to race conditions and has made testing more difficult.

Instead, config should behave like Prometheus and reload when it receives SIGHUP or request to a /-/reload endpoint.

Same as in #94, can this be closed?