
Hello @Nadjim , the Retry-After is not always included in a response. ** If no Retry-After header is provided by the response, **we recommend implementing an exponential backoff retry policy. You can also implement more advanced patterns when building large-scale applications.
Microsoft Graph SDKs available for 7 programming languages already implement handlers that rely on the Retry-After header or default to an exponential backoff retry policy.
Let us know if this answer was helpful to you or if you need additional assistance. If it was helpful, please remember to accept it and complete the quality survey so that others in the community with similar questions can more easily find a rated solution.