-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
indexer-agent: Agent deploys subgraphs multiple times #497
Comments
In the logs I've also found that every Full logs: https://pastebin.com/QK9C3TEH
|
Hey @cause1ove, thanks for the report. We have a few related updates in the works that should resolve the issues you experienced.
|
@fordN just to clarify: in my case the subgraph was deploying successfully every time but was redeployed at every reconcile. As far as I understood it was because the other subgraph was failing to deploy. Will these fixes cover these cases? |
Resolved by #868 |
When I add multiple offchain rules to indexer-agent, deployments are created multiple times and might be assigned to multiple nodes which leads to subgraphs failing. I'm running indexer-agent v0.20.3 with graph-node v0.27.0
Steps to reproduce:
INDEXER_AGENT_INDEX_NODE_IDS=index_node_0,index_node_1,index_node_2,index_node_3
)Result:
there are most likely two (or more) nodes indexing this subgraph
errorLogs:
The text was updated successfully, but these errors were encountered: