hoodrunio / explorer-backend

Backend app for Cosmos ecosystem explorer.
https://backend.testnet.run/
5 stars 1 forks source link

Fix: smth wrong with database & related queries #93

Open Errorist79 opened 1 year ago

Errorist79 commented 1 year ago

For ex), there is an abnormal latency in queries like {chain}/blocks where we fetch data from the database. The same is the case with the {chain}/evm/polls and /validator/heartbeats/{operator_address} endpoints. Also, it could be something like a memory leak etc, mongodb is consuming more resources than expected.