Closed Bug 1892085 Opened 1 year ago Closed 1 year ago

Add handling for EWS server-side throttling

Categories

(Thunderbird :: General, task)

Tracking

(Not tracked)

RESOLVED FIXED
127 Branch

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.

Pushed by alessandro@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/ba8208d38bc9
Handle server-side throttling of EWS requests. r=babolivier

Status: ASSIGNED → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Target Milestone: --- → 127 Branch

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...

You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: