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
The Arbitrum mainnet indexer is lagging behind the block of the actual chain head. If left for long periods of time, the chain head on the indexer drifts from the chain. Restarting the docker service will "catch up" the indexer, which will again start lagging.
The reason for the lag is unknown, as using fast RPCs like Alchemy with higher rate limits don't seem to work.
Tasks:
Find a solution to fix the indexer
Investigate solutions for testing indexed events against other data sources (RPC, cryo, dune, etc.)
The text was updated successfully, but these errors were encountered:
The Arbitrum mainnet indexer is lagging behind the block of the actual chain head. If left for long periods of time, the chain head on the indexer drifts from the chain. Restarting the docker service will "catch up" the indexer, which will again start lagging.
The reason for the lag is unknown, as using fast RPCs like Alchemy with higher rate limits don't seem to work.
Tasks:
The text was updated successfully, but these errors were encountered: