You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github-actionsbot
changed the title
connector does not retry in certain cases where connector receives None response from the server
SNOW-1632317: connector does not retry in certain cases where connector receives None response from the server
Aug 19, 2024
Python version
any
Operating system and processor architecture
any
Installed packages
What did you do?
What did you expect to see?
retry upon None without any side effect
Can you set logging to DEBUG and collect the logs?
more context
in the PR SNOW-1562604: enhance error handling when polling query result by sfc-gh-aling · Pull Request #2027 · snowflakedb/snowflake-connector-python we enhanced retry on handling 499 error (client receiving None response) when polling long running query result.
there are more get/post requests in the connector which need similar enhancement, but they also need more tests.
The text was updated successfully, but these errors were encountered: