Indexers sometimes send requests for transactions/blocks/logs to the Fetchers before their Event Listeners are set up. This requires investigation.
The result is that these transactions are not being received until a check that runs every 10 minutes recognizes that these signatures are missing and requests them again. This can possibly lead to unexpected behavior and faulty or no data in the first 10 minutes of an indexer running and impedes development flow.
Indexers sometimes send requests for transactions/blocks/logs to the Fetchers before their Event Listeners are set up. This requires investigation.
The result is that these transactions are not being received until a check that runs every 10 minutes recognizes that these signatures are missing and requests them again. This can possibly lead to unexpected behavior and faulty or no data in the first 10 minutes of an indexer running and impedes development flow.