-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Retry for 50X HTTP Status for GET, POST Methods #128
Comments
4 tasks
@kar0t Thanks for sending the pull request. |
kar0t
changed the title
Retry for 50X HTTP Status
Retry for 50X HTTP Status for GET Methof
Dec 10, 2024
kar0t
changed the title
Retry for 50X HTTP Status for GET Methof
Retry for 50X HTTP Status for GET Method
Dec 10, 2024
kar0t
changed the title
Retry for 50X HTTP Status for GET Method
Retry for 50X HTTP Status for GET, POST Methods
Dec 10, 2024
The Ruby Client has been modified to retry in case of GET failures, but the POST method does not yet retry. |
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi. Currently, the
trino-client-ruby
library only performs retries for 503 HTTP status codes.However, according to the trino client protocol, it should also retry for 502 and 504.
We would appreciate a code fix for this.
The text was updated successfully, but these errors were encountered: