A Question about the Retry Logic #784
Unanswered
lucidity15
asked this question in
Q&A
Replies: 1 comment
-
Looks like it's just multiplied for the task wait below which requires milliseconds. Can anyone else confirm that microsoft does in fact return the retry after in seconds? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm curious if the retry-after header value returned in an http request is in seconds or milliseconds?
As per some microsoft documentation the header value is seconds, which would cause the retry to wait unnceccessarily long correct?
MSDN Document = https://learn.microsoft.com/en-us/graph/throttling#service-specific-limits
The retry code is here:
https://github.com/pnp/pnpframework/blob/dev/src/lib/PnP.Framework/Extensions/ClientContextExtensions.cs#L178
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions