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

Add syncing network to actions table and use to add syncing network support in indexer-cli commands #1026

Open
7 tasks
fordN opened this issue Oct 16, 2024 · 0 comments
Assignees

Comments

@fordN
Copy link
Contributor

fordN commented Oct 16, 2024

Background

Often subgraph deployments can be effectively grouped using the syncing network, so it would be useful for indexers to be able to use that field when defining and executing allocation strategy.

Todo

  • Add syncing_network to the Actions and IndexingRules tables
  • Update indexer-cli commands to use syncing_network for additional control:
    • graph indexer actions update ... should support a --syncing-network filter parameter
    • graph indexer actions approve ... should support a --syncing-network filter parameter
    • graph indexer allocations get ... should support a --syncing-network filter
    • graph indexer rules get .. should support a --syncing-network filter (indexer rules set.. likely won't need updating)
  • Can we query the graph-node's supported networks in order to be more intelligent about not trying to allocate/sync deployments the graph-node isn't configured to support?
@github-project-automation github-project-automation bot moved this to 🗃️ Inbox in Indexer Oct 16, 2024
@fordN fordN moved this from 🗃️ Inbox to 📒 Todo in Indexer Oct 16, 2024
@fordN fordN self-assigned this Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🏗️ In Progress
Development

No branches or pull requests

1 participant