You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm studying pantry for a small project and starting from unit test I saw rate limit compared to pantry documentation
A Pantry can have up to 100 baskets (JSON objects), each with a max size of 1.44mb per basket. API requests are limited to 2 calls per second. That's it.
And after reading the previous FAQ entries, I've following questions:
I think that 2 requests/second is a "normal best effort throughput limit" but not guarantees? (as shown in my test below)
if overall traffic could impact individual rate limit (or response time), then can you share more details here (ex. what is the rate of "service with impacted delays"?)
is implementing a retry mechanism a good thing or do you not recommend it at all
Anyway,
thanks for this free service ! 👍
pantry[details] OK
pantry[get edit] OK
pantry[details] OK
pantry[get edit] OK
pantry[create edit] OK
"Pantry is a free service and in order to maintain availability for all users requests have been limited. Please try again later."
pantry[details] pantry rate limit : sleep 1000
"Pantry is a free service and in order to maintain availability for all users requests have been limited. Please try again later."
pantry[details] pantry rate limit : sleep 2000
"Pantry is a free service and in order to maintain availability for all users requests have been limited. Please try again later."
pantry[details] pantry rate limit : sleep 3000
"Pantry is a free service and in order to maintain availability for all users requests have been limited. Please try again later."
pantry[details] pantry rate limit : sleep 4000
pantry[details] OK
pantry[get edit] OK
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi here
I'm studying pantry for a small project and starting from unit test I saw rate limit compared to pantry documentation
And after reading the previous FAQ entries, I've following questions:
Anyway,
thanks for this free service ! 👍
Beta Was this translation helpful? Give feedback.
All reactions