-
Notifications
You must be signed in to change notification settings - Fork 211
Closed
Labels
Description
Symptom
The one-time retry introduced by #326 seems to be insufficient:
microsoft-authentication-library-for-python/msal/application.py
Lines 423 to 425 in 62752ad
| a = requests.adapters.HTTPAdapter(max_retries=1) | |
| self.http_client.mount("http://", a) | |
| self.http_client.mount("https://", a) |
Transient ConnectionError can still makes MSAL fail: #431
Alternatives
Of course I can provide my HTTP client, but this seems too heavy for such as small parameter tweak.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done