You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
investigate why queries are lagging so much and push a fix.
investigate mongodb's resource consumption.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: