We noticed that the EBO freezes after logging the message "Fetching latest subgraph state" (here).
We think it might be hanging while waiting for a response, so it would be helpful to add a timeout to that operation.
We hope that wrapping the query_subgraph function in a tokio::timeout would fix the problem.
We noticed that the EBO freezes after logging the message
"Fetching latest subgraph state"(here).We think it might be hanging while waiting for a response, so it would be helpful to add a timeout to that operation.
We hope that wrapping the
query_subgraphfunction in atokio::timeoutwould fix the problem.