#Jeremyfys
1 messages · Page 1 of 1 (latest)
Hello! To clarify, you got 429 rate limit errors when you tried this?
But it has to be that
It's possible you were making the requests too fast, as you don't have any kind of delay in there. You should introduce a short delay between each request. You may also want to add logic to automatically retry after a failure. How many users are there?
36k
But many do not have cards saved so it takes a long time
I could try to make a batch of 20 so as not to exceed the limit and place a delay as you say, but in this case between batches
I recommend adding something like a .1 second delay between each user instead.