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
Sometimes we want to retry POST methods (which are not in the hardcoded "retryable" methods). For instance in the token retrieval in oauth2/client_credentials.py.
Also maybe: sometimes we don't want to retry methods that we are currently retrying.
I think it would be best to append the API of [Sync]ApiProvider with a retry: bool parameter.
The text was updated successfully, but these errors were encountered:
Sometimes we want to retry
POST
methods (which are not in the hardcoded "retryable" methods). For instance in the token retrieval inoauth2/client_credentials.py
.Also maybe: sometimes we don't want to retry methods that we are currently retrying.
I think it would be best to append the API of
[Sync]ApiProvider
with aretry: bool
parameter.The text was updated successfully, but these errors were encountered: