You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
crdb: Add ExecuteCtx for configurable retry limits (#180)
* crdb: Add ExecuteCtx for configurable retry limits
Adds ExecuteCtx which allows configuring maximum retries through context,
alongside the existing Execute function. This enables better control over
retry behavior while maintaining compatibility with code using the original
Execute.
The new function helps prevent infinite retry loops in environments where
bounded retry counts are required, while preserving the existing error
handling and retry semantics.
0 commit comments