Hello.
I’m running some code where I get all the pledges to my Patreon and I frequently have an issue where every now and then the request times out as I’m getting the next page in a series of page requests.
Right now I’m getting 100 pledges per page, and it tends to fail after a couple of pages have been fetched due to a connect ETIMEDOUT
error. Sometimes it is able to get every page, but a lot of the time it fails.
I’m unsure what could be causing this, are there any rate limits being imposed?
Thanks.