openresty / lua-resty-upstream-healthcheck

Health Checker for Nginx Upstream Servers in Pure Lua
515 stars 134 forks source link

support modification of healthcheck options #66

Closed wangrzneu closed 4 years ago

wangrzneu commented 4 years ago

support modification of checker config

  1. add mutable option to indicate the healthcheck option can be modified
  2. add update_upstream_checker function to modify options of health checker
  3. add related test