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

[Synapse SQL Pools] Make SQL Errors 42108 and 42109 retriable for logins #1205

Closed
azaricstefan opened this issue Aug 6, 2021 · 2 comments · Fixed by #1215
Closed

[Synapse SQL Pools] Make SQL Errors 42108 and 42109 retriable for logins #1205

azaricstefan opened this issue Aug 6, 2021 · 2 comments · Fixed by #1215
Assignees

Comments

@azaricstefan
Copy link

We would like to make these 2 errors retriable for the logins.

  • ErrorNumber: 42108 | Message: Can not connect to the SQL pool since it is paused. Please resume the SQL pool and try again.
  • ErrorNumber: 42109 | Message: The SQL Pool is warming up. Please try again.
@JRahnama
Copy link
Contributor

JRahnama commented Aug 6, 2021

Hi @azaricstefan, can you elaborate a bit more please? What retry are we talking about? The retry Logic of the driver which was implemented recently?

@azaricstefan
Copy link
Author

Yes, the one which was recently implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants