indexer icon indicating copy to clipboard operation
indexer copied to clipboard

agent,common: Migrate subgraph deployment assignments to use explicit 'paused' mechanism

Open fordN opened this issue 1 year ago • 0 comments

Graph-node recently added support for explicit pausing of subgraph deployments (in the past they were paused virtually by assigning the deployment to a nonexistent node).

This PR adds a migration that interacts with the Graph Node indexingStatuses query and JSON-RPC server to update all virtually paused deployments (node = 'removed') to use the new explicit pausing mechanism.

fordN avatar Mar 08 '24 19:03 fordN