mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-06-04 00:01:12 -04:00
Merge pull request #468 from morgoth/fix-retry-description
Fixed description about DELETE request retries
This commit is contained in:
commit
52b4203af5
@ -121,8 +121,8 @@ certificates.
|
|||||||
### max_network_retries
|
### max_network_retries
|
||||||
|
|
||||||
When `max_network_retries` is set to a positive integer, stripe will retry
|
When `max_network_retries` is set to a positive integer, stripe will retry
|
||||||
requests that fail on a network error. Idempotency keys will be added to post
|
requests that fail on a network error. Idempotency keys will be added to `POST`
|
||||||
and get requests to ensure the safety of retrying. There will be a short delay
|
and `DELETE` requests to ensure the safety of retrying. There will be a short delay
|
||||||
between each retry, with an exponential backoff algorithm used to determine the
|
between each retry, with an exponential backoff algorithm used to determine the
|
||||||
length of the delay. Default value is 0.
|
length of the delay. Default value is 0.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user