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
Hi, is there a plan for supporting retry middleware with minimum retry wait duration.
For example, when the server return RetryDelay struct RetryInfo the client can use this information to delay retrying to the server.
I will be happy to provide an implementation if we can agree on the payload that will be return from the server side when it want the client to retry after a period.
The text was updated successfully, but these errors were encountered:
Actually, I do really enjoy the idea of using the googleapis RetryInfo to adjust retry delays. We could do that automatically by extracting the error from the handler.
Hi, is there a plan for supporting retry middleware with minimum retry wait duration.
For example, when the server return RetryDelay struct RetryInfo the client can use this information to delay retrying to the server.
I will be happy to provide an implementation if we can agree on the payload that will be return from the server side when it want the client to retry after a period.
The text was updated successfully, but these errors were encountered: