Skip to content

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

Closed
Pfed-prog opened this issue May 23, 2024 · 4 comments
Closed

429 too many requests #3703

Pfed-prog opened this issue May 23, 2024 · 4 comments

Comments

@Pfed-prog
Copy link

Pfed-prog commented May 23, 2024

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.
image

I am also not sure that even if i purchase a very expensive subscription, the queries will export the data.

@tjayrush
Copy link
Member

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 --sleep option to chifra slurp that you can play with. That should help, but it's not progressive.

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.

@Pfed-prog
Copy link
Author

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 ?

@tjayrush
Copy link
Member

Please come into our discord: https://discord.com/invite/kAFcZH2x7K

DM me. I'll help you as much as you need.

@tjayrush
Copy link
Member

I'll close this assuming we'll be able to help you on discord.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants