Open atomlab opened 4 years ago
Hi @atomlab - you can get more insight on what is failing by inspecting the endpoint /api/v2/healthStatus which shows you which part of the healthcheck failed (i.e. if it is out of sync or tx submission is failing)
Anyway, it may be related to the issue described in the following PR: https://github.com/vacuumlabs/adalite-backend-service/pull/83 - basically, the tx submission check in the healthcheck seems to overwhelm the cardano-http-bridge with tx submission requests and it may freeze. Perhaps you can try pulling that branch and see if the problem persists
Also, the original reference endpoint to check if the instance is syncing was disabled by IOHK, so it was replaced in that PR (but even if it fails, it should not result in a failure of the healthcheck as there is fallback logic for that)
Hi. We are using adalite https://github.com/vacuumlabs/adalite-backend-service/commit/6f94552c2bf0e72d86d32f618098633231a29d9a branch new-importer.
And last few week we have a problem with errors. Adalite http response code 500.
What we can do for resolve this problem? What is your opinion about the reason of this problem? Thanks!
Our stack: