Indexing process, monitoring, and troubleshooting for Blockscout.
INDEXER_DISABLE_INTERNAL_TRANSACTIONS_FETCHER=true
is provided.SELECT COUNT(1) FROM blocks;
~= num of blocks in the chain.SELECT COUNT(1) FROM pending_block_operations;
It should move towards zero during internal transaction processing.