graphprotocol / graphprotocol/indexer
Agent: reconcileDeployments is blocked if an IPFS file cannot be retrieved
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 262
- Forks
- 148
- PR merge metrics
- No merged PRs in 30d
Description
If a subgraph ipfs cannot be resolved, the agent reconciliation will be blocked indefinitely, preventing the reconciliation of actions (queue, reallocation, etc.). Proper behavior would be to eventually timeout or to allow action processing to proceed without waiting for deployments.
This bug seems to have been introduced in 0.20.22 by commit 7444f89. The comments contradicts the actual behavior.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the reconcileDeployments agent entry point and inspect commit 7444f89, which is identified as introducing the behavior. Reproduce the case where a subgraph IPFS file cannot be retrieved, then verify that reconciliation eventually times out or continues processing actions without waiting for the deployment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100