Handling Rate Limits (AspNet)

Any documentation on handling rate limit errors in code? I’m assuming we can catch the 429 responses when a call fails because a rate limit has been exceeded and then we can retry once we’re past the time in the X-Rate-Limit-Reset.

I’m using the AspNetCore SDK. Is there sample code for this scenario? What event(s) should we use to handle the rate limit retries?

Any insights appreciated!
Scott C.

Our .NET MGMT SDK has built-in retries when a 429 is encountered, see our docs. Are you not seeing that happen?

Ah, I missed that – thanks! We’re in preparation mode so haven’t tested this yet.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.