-
Notifications
You must be signed in to change notification settings - Fork 1k
Description
After reopen allocation deployment_head metric didn't update value(stuck on latest value before close allocation)
In db subgraph is healthy and latest_ethereum_block_number is equal to ethereum_chain_head_number
deployment,latest_ethereum_block_number,last_healthy_ethereum_block_number,health,synced from subgraphs.subgraph_deployment; deployment | latest_ethereum_block_number | last_healthy_ethereum_block_number | health | synced ------------------------------------------------+------------------------------+------------------------------------+---------+-------- QmUghXvKf5cVjtayNNRHCd3RbHEwfbGBQ95s9vheJjN5hH | 12780253 | | healthy | t
This happened for multi subraphs on each reopen.
Index node restart helps.
Using graph-node:v0.23.1