Loading...
This site is best viewed in a modern browser with JavaScript enabled.
Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.
Keepalive in healthcheck
kgorlo
Hi,
I would like to get rid of
https://github.com/yaoweibin/nginx_upstream_check_module
in my application, beacuse of the need to patch Nginx to make it work.
I've found
https://github.com/openresty/lua-resty/upstream-healthcheck/
which looks promising, but from what I see it doesn't keep connection alive to upstream servers (each check is new connection).
Have I missed something? Is there other way to have healthchecks in Openresty?
Best,
Kamil