From 0b56142f42bfb9eee20eaa664531c3808a25417f Mon Sep 17 00:00:00 2001 From: Eunsoo Shin Date: Mon, 2 Sep 2024 19:08:08 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=9E=20temporary=20fix:=20remove=20redi?= =?UTF-8?q?s=20persistence?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- k8s/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/main.ts b/k8s/main.ts index b6302b12..4dbb86cb 100644 --- a/k8s/main.ts +++ b/k8s/main.ts @@ -27,7 +27,7 @@ export class MyChart extends PennLabsChart { } new RedisApplication(this, 'redis', { - persistData: true, + persistData: false, }) new DjangoApplication(this, 'celery', {