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 retry for annotation endpoints #158

Merged
merged 1 commit into from Mar 15, 2022
Merged

Add retry for annotation endpoints #158

merged 1 commit into from Mar 15, 2022

Conversation

zhx828
Copy link
Member

@zhx828 zhx828 commented Mar 14, 2022

When API returns the following error code or timeout, we should retry the api call.
API response code 429, 500, 502, 503, 504

This fixes #153

@zhx828 zhx828 added the feature Feature tag for release label Mar 14, 2022
@zhx828 zhx828 changed the base branch from next-minor-release to master March 15, 2022 19:28
When API returns the following error code or timeout, we should retry the api call.
API response code 429, 500, 502, 503, 504
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature tag for release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support retry for API calls
1 participant