#Jeremyfys

1 messages · Page 1 of 1 (latest)

lethal nicheBOT
icy tapir
#

I attach the script

west goblet
#

Hello! To clarify, you got 429 rate limit errors when you tried this?

icy tapir
#

I don't remember

#

the message was socket hang out

#

ECONNRESET

west goblet
#

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?

icy tapir
#

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

west goblet
#

I recommend adding something like a .1 second delay between each user instead.