Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit97b6392

Browse files
authored
Increased the number of retry attempts allowed (#486)
Updated the number of attempts allowed
1 parentf9d6ef1 commit97b6392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/databricks/sql/thrift_backend.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
_retry_policy= {# (type, default, min, max)
6868
"_retry_delay_min": (float,1,0.1,60),
6969
"_retry_delay_max": (float,30,5,3600),
70-
"_retry_stop_after_attempts_count": (int,5,1,60),
70+
"_retry_stop_after_attempts_count": (int,30,1,60),
7171
"_retry_stop_after_attempts_duration": (float,900,1,86400),
7272
"_retry_delay_default": (float,5,1,60),
7373
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp