Closed laurynas closed 1 year ago
Ruby Net::HTTP by default retries idempotent requests once: https://ruby-doc.org/stdlib-3.1.0/libdoc/net/http/rdoc/Net/HTTP.html#method-i-max_retries-3D
Net::HTTP
Currently there is no way to disable the retries. It would be great to be able to control Net::HTTP options. Or just set it to 0.
Related: https://github.com/Mangopay/mangopay2-ruby-sdk/issues/215
Ruby
Net::HTTP
by default retries idempotent requests once: https://ruby-doc.org/stdlib-3.1.0/libdoc/net/http/rdoc/Net/HTTP.html#method-i-max_retries-3DCurrently there is no way to disable the retries. It would be great to be able to control
Net::HTTP
options. Or just set it to 0.Related: https://github.com/Mangopay/mangopay2-ruby-sdk/issues/215