Zondax / namadexer

Namada indexer
39 stars 57 forks source link

Indexer halts #166

Closed opsecx closed 7 months ago

opsecx commented 7 months ago

Checked out latest version of indexer on a separate server, to see how it works (still running older in production, and request for views/old tables still apply).

The new version of the indexer randomly (and periodically) halts with following error code:

Error: Timeout(Elapsed(())) make: *** [Makefile:49: run_indexer] Error 1

(where the older indexer would "get stuck" and need a restart)

rllola commented 7 months ago

Yes I did that as a patch. If you are using docker you can set it to always-restart and it would keep indexing.

They finally merged the patch for timeout so for next release it should be fixed.

(closing this as it is a duplicate to the first issue).

opsecx commented 7 months ago

Oh ok so this was a fix so it wouldn't freeze?