Skip to content
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

Add retries for 502, 504 HTTP statuses #132

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

springjd
Copy link
Contributor

@springjd springjd commented Jan 7, 2025

Add 502 Bad Gateway and 504 Gateway Timeout HTTP status to client's retry logic

Add tests for retries on 502,504 and test that no retry is executed on another status (404)

Add 502 Bad Gateway and 504 Gateway Timeout HTTP status to client's retry logic

Add tests for retries on 502,504 and test that no retry is done on another status (404)
Copy link

cla-bot bot commented Jan 7, 2025

Thank you for your pull request and welcome to the Trino community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. Continue to work with us on the review and improvements in this PR, and submit the signed CLA to [email protected]. Photos, scans, or digitally-signed PDF files are all suitable. Processing may take a few days. The CLA needs to be on file before we merge your changes. For more information, see https://github.com/trinodb/cla

@springjd springjd requested a review from nineinchnick January 7, 2025 13:54
@nineinchnick
Copy link
Member

@cla-bot check

@cla-bot cla-bot bot added the cla-signed label Jan 7, 2025
Copy link

cla-bot bot commented Jan 7, 2025

The cla-bot has been summoned, and re-checked this pull request!

@nineinchnick nineinchnick merged commit 3360780 into trinodb:master Jan 7, 2025
5 checks passed
@springjd springjd deleted the jspring/add-retries-5xx branch January 7, 2025 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants