yaoweibin / nginx_upstream_check_module

Health checks upstreams for nginx
http://github.com/yaoweibin/nginx_upstream_check_module
2.04k stars 482 forks source link

Unexpected false negatives #240

Open Firm opened 3 years ago

Firm commented 3 years ago

I use http-type check to trace health of upstreams. Sometimes module wrongly marks upstream as failed although it gets 200 OK. By checking dump I noticed the following things:

Does each nginx worker run its own checks for upstream(s) or there's one 'process' which manages these checks?

yaoweibin commented 3 years ago

OK, I will check this problem.