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
It seems that SDK supports one-time retry out of the box for failed requests. We need to support more sophisticated policies, especially for internal clients. I suggest to implement the following policy as a default retry policy:
For HTTP 4xx errors (except HTTP 429) no retries are made
@embbnux Could you please add some comments about how integration team handles 429 issue in some of the popular production integration apps? We would like to take advantages of your experience. Thanks.
It seems that SDK supports one-time retry out of the box for failed requests. We need to support more sophisticated policies, especially for internal clients. I suggest to implement the following policy as a default retry policy:
Client can define global policy or customize per API call.
SHould be eventually added to other SDKs as well.
See also:
The text was updated successfully, but these errors were encountered: