-
Notifications
You must be signed in to change notification settings - Fork 214
429 too many requests #3703
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
This should be a progressive backoff, so if it hits a 429, it sleeps and if it hits again, it sleeps twice as long, and so on... There's a If you like, please take a stab at making it a progressive backoff. We'll merge it (and finish it if you don't -- testing/documenting/etc.) if you get it started. |
I am struggling to get started. Are there any developer onboarding resources ? |
Please come into our discord: https://discord.com/invite/kAFcZH2x7K DM me. I'll help you as much as you need. |
I'll close this assuming we'll be able to help you on discord. |
Any chance to query the data and adapt to alchemy/infura rate limited apis. I get 429 for

chifra export vitalik.eth
from both infura and alchemy.I am also not sure that even if i purchase a very expensive subscription, the queries will export the data.
The text was updated successfully, but these errors were encountered: