We learned that the indexer might just stop syncing if the websocket connection to our RPC node hangs.
This can be avoided by setting a timeout for the connection. If the indexer recognizes that it cannot sync anymore, it will then restart the connection.
We learned that the indexer might just stop syncing if the websocket connection to our RPC node hangs.
This can be avoided by setting a timeout for the connection. If the indexer recognizes that it cannot sync anymore, it will then restart the connection.
Here is documentation about the API that will allow to set this timeout.
Also see this screenshot: