From dcb8a44f746a1a93cd96f46ed4190eac42031361 Mon Sep 17 00:00:00 2001 From: Greg Burd Date: Mon, 20 Nov 2023 15:41:35 -0500 Subject: [PATCH] enable scale to zero for pg --- dendrite/fly.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dendrite/fly.toml b/dendrite/fly.toml index d6d6e39..1ff2720 100644 --- a/dendrite/fly.toml +++ b/dendrite/fly.toml @@ -3,6 +3,9 @@ # See https://fly.io/docs/reference/configuration/ for information about how to use this file. # +[env] + FLY_SCALE_TO_ZERO = "1h" + app = "burd-infra-dendrite" primary_region = "bos" kill_signal = "SIGINT"