Replies: 1 comment 1 reply
-
StrongGrid has a built-in strategy to handle rate-limiting exception. This strategy takes care of waiting a reasonable amount of time before re-issuing your request. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does the StrongGrid client automatically delay & retry when SendGrid responds with rate-limiting error? (status code == 429). If it's my responsibility, what's the recommended approach? (For example, how do I access the status code in the response?)
Beta Was this translation helpful? Give feedback.
All reactions