#Scylla-subscriptions
1 messages · Page 1 of 1 (latest)
it would just be using https://stripe.com/docs/api/pagination/auto?lang=node with stripe.subscriptions.list . You wouldn't really hit a rate limit since you're not making parallel requests.
Ok thank you, if I have to make multiple parallel requests, best solution is to make a queue to don't make parallel requests I guess ?
I see no reason to use parallel requests since most use cases for listing a bunch of subscriptions is a backend data sync job that is not time-sensitive