alexanderthurn / cannergrow-exporter

Cannergrow Exporter - Browser Plugin for Chrome and Firefox
MIT License
0 stars 1 forks source link

Too many requests #1

Open auipga opened 1 week ago

auipga commented 1 week ago

If there are many pages of transactions and all of them load simultaneously the API will return 429 (too many requests)

image

Only ~50 requests did respond with 200 OK.

Requests should be limited to an amount that is low enough (maybe 10) then on success continue or in case of an error wait and retry.

auipga commented 1 week ago

Potentially helpful: The API response exposes its ratelimits

x-ratelimit-limit: 60
x-ratelimit-remaining: 59