You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @ehazlett many thanks for this wonderful project! I'm wondering if you could add health_check on upstream configuration, as sometimes some containers keep failing with 40x or 50x error codes and those are noted by users as interlock is not dropping those failed containers from the LB pool.
It would be ideal if we could parametrize the URI, attempts, and so on :-)
Thanks a lot!
The text was updated successfully, but these errors were encountered:
looking thru code looks like interlock.health_check is only for haproxy.
the only way i think to do this would be to use an nginx image that is built with nginx-upstream_check and then add code the interlock to use the variables and add some code to the template. i've done this for a standalone nginx-proxy if you'd like me add it to interlock.
Hey @ehazlett many thanks for this wonderful project! I'm wondering if you could add health_check on upstream configuration, as sometimes some containers keep failing with 40x or 50x error codes and those are noted by users as interlock is not dropping those failed containers from the LB pool.
It would be ideal if we could parametrize the URI, attempts, and so on :-)
Thanks a lot!
The text was updated successfully, but these errors were encountered: