Constantsยง
- MAX_
RETRIES ๐ - Maximum number of retries for transient errors.
- RETRY_
BACKOFF ๐ - Fixed backoff duration between retries.
Functionsยง
- execute_
with_ ๐retry - is_
retryable_ ๐error - Check if an error is a transient SQL Server error that should be retried.
- run_
execute