Microsoft rate-limits certain Graph endpoints to 10,000 requests per 10 minutes (source). If the limit is reached, the Retry-After header indicates how long to wait before sending another request.
Is this handled automatically by the Graph SDK? If not, what steps should the caller take?