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

Enables automatic retries on requests that fail due to a transient problem by configuring the maximum number of retries. #20

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ecomba
Copy link

@ecomba ecomba commented Nov 24, 2021

Change description

Enables automatic retries on requests that fail due to a transient problem by configuring the maximum number of retries.. These are 5xx and timeout errors at the moment.

Type of change

  • Bug fix (fixes an issue)
  • New feature (adds functionality)

Related issues

Fix #1

Checklists

Development

  • Lint rules pass locally
  • Application changes have been tested thoroughly
  • Automated tests covering modified code pass

Security

  • Security impact of change has been considered
  • Code follows company security practices and guidelines

Code review

  • Pull request has a descriptive title and context useful to a reviewer. Screenshots or screencasts are attached as necessary
  • "Ready for review" label attached and reviewers assigned
  • Changes have been reviewed by at least one other contributor
  • Pull request linked to task tracker where applicable

@ecomba ecomba changed the title Enables automatic retries on requests that fail due to a transient problem by configuring the maximum number of retries. These are 5xx and timeout errors at the moment. Enables automatic retries on requests that fail due to a transient problem by configuring the maximum number of retries. Nov 24, 2021
@ecomba ecomba self-assigned this Nov 24, 2021
@ecomba ecomba added the enhancement New feature or request label Nov 24, 2021
@ecomba ecomba linked an issue Nov 24, 2021 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Features] Automatically retry requests on network errors
1 participant