You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Graph-node now supports fetching all receipts in a single request using eth_getBlockReceipts (graphprotocol/graph-node#5341). That should help with the request volume.
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?The text was updated successfully, but these errors were encountered: