#Samwise-Card
1 messages · Page 1 of 1 (latest)
Hi, I only know that we have a limit of 100 RPS read and 100 RPS write in Live Mode. Where are you seeing the 20 limit?
I was reading this - https://stripe.com/blog/rate-limiters ( but looking again it's 2017 )
But I am guessing I should be looking here:
https://stripe.com/docs/rate-limits
Can I what kind of call rates my application is doing ?
So I have a ballpark amount I should be limiting the script to ? e.i 10 requests per second or something
https://stripe.com/docs/rate-limits
Yeah this one is the one you would want to look at
The rates applies the same to every merchant
So in Live Mode it's 100 Requests Per Second for Read, and 100 Requests Per Second for Write
But besides, your application needs to be resilience to rate limiting, like the Doc mentioned. Generally when you received a rate limited error, your program should wait and retry later gracefully