Aquarius crashes on Goerli
alexcos20 opened this issue · 3 comments
alexcos20 commented
Starting Aquarius with BLOCKS_CHUNK_SIZE = 1000 on Goerli produces:
| 2022-09-20 13:29:05,223 - aquarius.events.events_monitor - DEBUG - Searched blocks 7426573 to 7427572 on chain 50 TokenURIUpdate events detected so far. │
│ 2022-09-20 13:29:05,239 - aquarius.events.events_monitor - DEBUG - Searched blocks 7427573 to 7427573 on chain 50 TokenURIUpdate events detected so far. │
│ 2022-09-20 13:29:05,239 - aquarius.events.events_monitor - INFO - Finished searching for TokenURIUpdate events on chain 5 in blocks 7426573 to 7427573. 0 TokenURIUpdate events detected. │
│ 2022-09-20 13:29:05,239 - aquarius.events.events_monitor - INFO - Searching for Transfer events on chain 5 in blocks 7426573 to 7427573. │
│ 2022-09-20 13:29:05,257 - aquarius.events.events_monitor - ERROR - Error processing event: {'code': -32005, 'message': 'query returned more than 10000 results'}.
and then Aquarius is stucked in an endless loop, with the same errors
alexcos20 commented
With BLOCKS_CHUNK_SIZE = 500 seems to work.
It might be related with #880, or might be something else (not crashing on RPC part, but on a internal ES query)
alexcos20 commented