TrueBlocks / trueblocks-core

The main repository for the TrueBlocks system
https://trueblocks.io
GNU General Public License v3.0
1.05k stars 198 forks source link

429 too many requests #3703

Closed Pfed-prog closed 4 months ago

Pfed-prog commented 4 months ago

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 commented 4 months ago

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 commented 4 months ago

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 commented 4 months ago

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

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

tjayrush commented 4 months ago

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