Skip to content

Commit 079c5c5

Browse files
committed
Update document for retryable response code
Signed-off-by: Shizuo Fujita <fujita@clear-code.com>
1 parent 04aac90 commit 079c5c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ This requires to send data via HTTP/HTTPS.
9191
| endpoint | string | The endpoint for HTTP/HTTPS request | `http://127.0.0.1:4318` |
9292
| proxy | string | The proxy for HTTP/HTTPS request | `nil` |
9393
| error_response_as_unrecoverable | bool | Raise UnrecoverableError when the response code is not SUCCESS | `true` |
94-
| retryable_response_codes | array | The list of retryable response codes | `nil` |
94+
| retryable_response_codes | array | The list of retryable response codes | `[429, 502, 503, 504]` |
9595
| read_timeout | integer | The read timeout in seconds | `60` |
9696
| write_timeout | integer | The write timeout in seconds | `60` |
9797
| connect_timeout | integer | The connect timeout in seconds | `60` |

0 commit comments

Comments
 (0)