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 7cbc4c8 commit c646335Copy full SHA for c646335
src/databricks/sql/telemetry/telemetry_push_client.py
@@ -115,7 +115,7 @@ def request(
115
116
def _make_request_and_check_status():
117
"""
118
- Inner function that makes the request and checks response status.
+ Function that makes the request and checks response status.
119
120
Raises TelemetryRateLimitError ONLY for 429/503 so circuit breaker counts them as failures.
121
For all other errors, returns mock success response so circuit breaker does NOT count them.
0 commit comments