Skip to content
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

Allow closing allocations when maxBlock is set in manifest #1071

Open
dwerner opened this issue Dec 26, 2024 · 0 comments
Open

Allow closing allocations when maxBlock is set in manifest #1071

dwerner opened this issue Dec 26, 2024 · 0 comments
Assignees
Labels

Comments

@dwerner
Copy link
Contributor

dwerner commented Dec 26, 2024

Previously, subgraphs continued scanning even when all the data sources had passed the end block.
This update finds the maximum end block across the data sources and stops the subgraph from scanning once the max_end_block is reached.

The agent won't be able to close allocations for those subgraphs because they aren't at chainhead.

related: graphprotocol/graph-node#5583

@github-project-automation github-project-automation bot moved this to 🗃️ Inbox in Indexer Dec 26, 2024
@dwerner dwerner added the p1 label Dec 26, 2024
@dwerner dwerner self-assigned this Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 🗃️ Inbox
Development

No branches or pull requests

1 participant