We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb48a5e commit 45745d5Copy full SHA for 45745d5
databricks/sdk/retries.py
@@ -65,7 +65,7 @@ def wrapper(*args, **kwargs):
65
66
clock.sleep(sleep + random())
67
attempt += 1
68
-
+
69
# Determine which limit was hit
70
if max_attempts is not None and attempt > max_attempts:
71
raise TimeoutError(f"Exceeded max retry attempts ({max_attempts})") from last_err
0 commit comments