Closed stanleyphu closed 2 months ago
Adds httpretryable.HttpClient which implements the .Do method for making requests with built-in retry logic using exponential backoff.
httpretryable.HttpClient
.Do
Replaces the http client in the FGA module to use the retryable http client
Does this require changes to the WorkOS Docs? E.g. the API Reference or code snippets need updates.
[ ] Yes
If yes, link a related docs PR and add a docs maintainer as a reviewer. Their approval is required.
Description
Adds
httpretryable.HttpClient
which implements the.Do
method for making requests with built-in retry logic using exponential backoff.Replaces the http client in the FGA module to use the retryable http client
Documentation
Does this require changes to the WorkOS Docs? E.g. the API Reference or code snippets need updates.
If yes, link a related docs PR and add a docs maintainer as a reviewer. Their approval is required.