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-874] snowflake: standardize connection retries. #205

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

[CT-874] snowflake: standardize connection retries. #205

nathaniel-may opened this issue Jul 20, 2022 · 0 comments · Fixed by #207
Labels
enhancement New feature or request

Comments

@nathaniel-may
Copy link
Contributor

Criteria

  • default to one retry after 1 second if connection_retries and connect_timeout are not specified.
  • if users specify more than one retry, use x^2 exponential backoff
  • preserve existing settings. i.e.
    • connect_retries
    • connect_timeout
    • retry_all
    • retry_on_database_errors
    • query_tag
@nathaniel-may nathaniel-may added enhancement New feature or request triage labels Jul 20, 2022
@github-actions github-actions bot changed the title snowflake: standardize connection retries. [CT-874] snowflake: standardize connection retries. Jul 20, 2022
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 a pull request may close this issue.

1 participant