Closed puppetninja closed 1 year ago
In out prod environment we could observe that requests piling up as there is no timeout in default requests get method. Here we timeout and close the connection timely to avoid the piling up.
This is an alternative way to fix the issue mentioned here https://github.com/oxheadalpha/tezos-k8s/pull/562
please see my latest comment I have updated the comment with right probe filed name, please have a review
thank you!
In out prod environment we could observe that requests piling up as there is no timeout in default requests get method. Here we timeout and close the connection timely to avoid the piling up.
This is an alternative way to fix the issue mentioned here https://github.com/oxheadalpha/tezos-k8s/pull/562