#Scylla-ratelimit

1 messages · Page 1 of 1 (latest)

fathom geyser
hard talon
#

But the npm package should deal with rate limit, right ?

fathom geyser
#

not really no

#

it's application-level logic that you would have to build. The Node library can retry certain requests that fail(https://github.com/stripe/stripe-node#network-retries) , including some lock_timeout rate limits but in general you need to build your own rate limit handling

hard talon
#

Sure about that ?

fathom geyser
#

pretty sure, do you have documentation that says our library retries rate limited requests? it's quite possible, there's a lot of stuff at Stripe I have to keep track of, but I don't think we built anything like this