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
Document the linear retry strategy across all three SDKs. The SDKs ship a linear builder alongside exponential, and docs/sdk-reference/error-handling/retries.md only covers exponential.
Document the linear retry strategy across all three SDKs. The SDKs ship a
linearbuilder alongsideexponential, anddocs/sdk-reference/error-handling/retries.mdonly covers exponential.createLinearRetryStrategycreate_linear_retry_strategyand linear/fixed presetsRetryStrategies.linearRelated: #155 (withRetry helper).