upyun / lua-resty-checkups

Manage Nginx upstreams in pure Lua.
259 stars 65 forks source link

is there any way to have runtime dynamic configuration? #52

Open HadiAbbasi opened 4 years ago

HadiAbbasi commented 4 years ago

Hi I am developing a cdn api system (proxy server) and I need to add load balancer option by having heartbeat and ... it's important for me to have runtime data structure update (every 5 mins) but all I see is that we have to config our data structure just at the start time! is runtime update possible now in lua-resty-checkups?