Skip to content

Commit 9e4bb86

Browse files
authored
Revert "Disable spanner for autopush envs" (#1814)
Reverts #1803 Re-enable spanner for autopush since outage has been resolved. Will ramp back down if any issues
1 parent ea7509e commit 9e4bb86

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

deploy/featureflags/autopush.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,9 @@ clusters:
22
- projects/datcom-mixer-autopush/locations/us-central1/clusters/mixer-us-central1
33
liveUrl: https://autopush.api.datacommons.org
44
flags:
5+
EnableV3: true
6+
V3MirrorFraction: 1.0
57
WriteUsageLogs: 1.0
6-
8+
UseSpannerGraph: true
9+
SpannerGraphDatabase: dc_graph_2026_01_27
10+
UseStaleReads: true

deploy/featureflags/autopush_website.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,9 @@ clusters:
33
- projects/datcom-website-autopush/locations/us-central1/clusters/website-us-central1
44
liveUrl: https://autopush.datacommons.org
55
flags:
6+
EnableV3: true
7+
V3MirrorFraction: 1.0
68
WriteUsageLogs: 1.0
9+
UseSpannerGraph: true
10+
SpannerGraphDatabase: dc_graph_2026_01_27
11+
UseStaleReads: true

0 commit comments

Comments
 (0)