Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running a subgraph and hitting rate limits. #834

Open
Logic-Beach opened this issue Dec 22, 2023 · 1 comment
Open

Running a subgraph and hitting rate limits. #834

Logic-Beach opened this issue Dec 22, 2023 · 1 comment

Comments

@Logic-Beach
Copy link

Hi team, I am running an indexer which grabs the latest block number, then hits my RPC with an eth_getTransactionReceipt request for every tx in the block. This is causing a bunch of 429 errors since the 1000s of requests hit the RPC all at once. Is there any way around this?

@matthewdarwin
Copy link

Graph-node will slow down when it gets a 429 response.

The solution to do fast indexing is to run your own RPC node. Or use firehose.

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

No branches or pull requests

2 participants