We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b7e7b0 commit d96690eCopy full SHA for d96690e
docs/environment-variables.md
@@ -170,6 +170,9 @@ those.
170
decisions. Set to `true` to turn simulation on, defaults to `false`
171
- `GRAPH_STORE_CONNECTION_TIMEOUT`: How long to wait to connect to a
172
database before assuming the database is down in ms. Defaults to 5000ms.
173
+- `EXPERIMENTAL_SUBGRAPH_VERSION_SWITCHING_MODE`: default is `instant`, set
174
+ to `synced` to only switch a named subgraph to a new deployment once it
175
+ has synced, making the new deployment the "Pending" version.
176
- `GRAPH_REMOVE_UNUSED_INTERVAL`: How long to wait before removing an
177
unused deployment. The system periodically checks and marks deployments
178
that are not used by any subgraphs any longer. Once a deployment has been
0 commit comments