Skip to main content

Module execute

Module execute 

Source

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