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

[CT-873] postgres: standardize connection retries. #5502

Closed
nathaniel-may opened this issue Jul 20, 2022 · 0 comments · Fixed by #5503
Closed

[CT-873] postgres: standardize connection retries. #5502

nathaniel-may opened this issue Jul 20, 2022 · 0 comments · Fixed by #5503
Labels
adapter_plugins Issues relating to third-party adapter plugins enhancement New feature or request
Milestone

Comments

@nathaniel-may
Copy link
Contributor

nathaniel-may commented Jul 20, 2022

Criteria:

  • default to one retry after 1 second.
  • if users specify more than one retry, use x^2 exponential backoff

Redshift will inherit this configuration.

@nathaniel-may nathaniel-may added enhancement New feature or request adapter_plugins Issues relating to third-party adapter plugins labels Jul 20, 2022
@github-actions github-actions bot changed the title postgres: standardize connection retries. [CT-873] postgres: standardize connection retries. Jul 20, 2022
@jtcohen6 jtcohen6 added this to the v1.3 milestone Aug 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
adapter_plugins Issues relating to third-party adapter plugins enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants