From be202fd7598db798f38d2a8c19b3b95f95771f51 Mon Sep 17 00:00:00 2001 From: Michael Shen Date: Fri, 24 Jul 2026 13:01:32 -0700 Subject: [PATCH] Fix counter memory preservation on suspend The Data snapshot scope is meant to restore state from DurableDir volumes and does not persist the process memory. For this demo, it makes more sense to default to the Full snapshot scope. --- demos/counter/counter.yaml.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/counter/counter.yaml.tmpl b/demos/counter/counter.yaml.tmpl index d1c411d35..e1d518ebb 100644 --- a/demos/counter/counter.yaml.tmpl +++ b/demos/counter/counter.yaml.tmpl @@ -54,7 +54,7 @@ spec: workload: counter snapshotsConfig: onPause: Full - onCommit: Data + onCommit: Full location: gs://${BUCKET_NAME}/ate-demo-counter/ volumes: - name: data