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
The retryable HTTP call is not closing the response body and doing the next iteration in case of 429 response code. Due to this mechanism eventually, all the persistent TCP connections are getting consumed and unable to make any further calls. As per the official doc, the user is responsible to close the body.
The text was updated successfully, but these errors were encountered:
The retryable HTTP call is not closing the response body and doing the next iteration in case of 429 response code. Due to this mechanism eventually, all the persistent TCP connections are getting consumed and unable to make any further calls. As per the official doc, the user is responsible to close the body.
The text was updated successfully, but these errors were encountered: