While running a local node of the graph a got this error who stopped my indexing. The reason is I was asking for a block range too big. In the docker compose of the graph node I had this env:
graph-node:
image: graphprotocol/graph-node
environment:
GRAPH_ETHEREUM_MAX_BLOCK_RANGE_SIZE: 50000
I simply put there a smaller amount:
graph-node:
image: graphprotocol/graph-node
environment:
GRAPH_ETHEREUM_MAX_BLOCK_RANGE_SIZE: 10000
That solved my problem
Motorcycle rider
American football player
DIY enthusiast
Web developer on free time