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
After the release of ruby 2.5.0, Net::HTTP by default retry idempotent request in case of failure ref. I think this can lead to unexpected behavior which needs to be configurable.
As far as I see, we cannot configure this in the current version of net-http-persistent. My suggestion is to add options for max_retries to pass to Net::HTTP
The text was updated successfully, but these errors were encountered:
After the release of ruby 2.5.0,
Net::HTTP
by default retry idempotent request in case of failure ref. I think this can lead to unexpected behavior which needs to be configurable.As far as I see, we cannot configure this in the current version of
net-http-persistent
. My suggestion is to add options for max_retries to pass toNet::HTTP
The text was updated successfully, but these errors were encountered: