#marco-ratelimit
1 messages · Page 1 of 1 (latest)
How do you recommend avoiding this rate limiting issue?
the broad suggestions being: spacing out your requests, handling 429s with exponential backoffs
https://stripe.com/docs/rate-limits talks about these in detail
OKay thank you, what is the difference in rate limits between production and test keys?