Add handling for EWS server-side throttling
Categories
(Thunderbird :: General, task)
Tracking
(Not tracked)
People
(Reporter: leftmostcat, Assigned: leftmostcat)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
We need to handle the case where the remote Exchange server throttles our request for whatever reason. We should receive a BackOffMilliseconds field in the response according to https://learn.microsoft.com/en-us/exchange/client-developer/exchange-web-services/ews-throttling-in-exchange, but it's unclear whether this is always present, so use it if it's present and fall back to exponential backoff if not.
| Assignee | ||
Comment 1•1 year ago
|
||
Depends on D207777
| Assignee | ||
Updated•1 year ago
|
Pushed by alessandro@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/ba8208d38bc9
Handle server-side throttling of EWS requests. r=babolivier
Updated•1 year ago
|
Comment 3•1 year ago
•
|
||
We should receive a BackOffMilliseconds field in the response according to https://learn.microsoft.com/en-us/exchange/client-developer/exchange-web-services/ews-throttling-in-exchange, but it's unclear whether this is always present
No, it won't always be there ;-)
This is Exchange...
Description
•