We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baff3d5 commit 10016eaCopy full SHA for 10016ea
src/databricks/sql/thrift_backend.py
@@ -311,6 +311,10 @@ def attempt_request(attempt):
311
# The built-in errno package encapsulates OSError codes, which are OS-specific.
312
# log.info for errors we believe are not unusual or unexpected. log.warn for
313
# for others like EEXIST, EBADF, ERANGE which are not expected in this context.
314
+ #
315
+ # I manually tested this retry behaviour using mitmweb and confirmed that
316
+ # GetOperationStatus requests are retried when I forced network connection
317
+ # interruptions / timeouts / reconnects. See #24 for more info.
318
# | Debian | Darwin |
319
info_errs = [ # |--------|--------|
320
errno.ESHUTDOWN, # | 32 | 32 |
0 commit comments