Skip to content
This repository was archived by the owner on Feb 8, 2025. It is now read-only.

Commit a55ee4c

Browse files
authored
Merge pull request #268 from zallo-labs/config-update
cd: bluegreen
2 parents ff47a4d + 72259bf commit a55ee4c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

api/edgedb.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[edgedb]
2-
server-version = "5.6"
2+
server-version = "5.4"

api/fly.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ primary_region = "iad" # Ashburn, Virginia
55
dockerfile = "Dockerfile"
66

77
[deploy]
8-
# Runs instead of image CMD
98
release_command = "yarn db:prepare"
9+
strategy = "bluegreen"
1010

1111
[env]
1212
API_PORT = 3000

services/edgedb/fly.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
app = "zallo-production-edgedb"
22
primary_region = "iad" # Ashburn, Virginia
33

4-
swap_size_mb = 4096
4+
swap_size_mb = 2048
55

66
[build]
7-
image = "edgedb/edgedb:5.6"
7+
image = "edgedb/edgedb:5.4"
88

99
[env]
1010
EDGEDB_SERVER_PORT = 10700 # default
@@ -42,13 +42,13 @@ swap_size_mb = 4096
4242
hard_limit = 500
4343

4444
[[services.http_checks]]
45-
interval = "10s"
46-
grace_period = "60s"
4745
method = "get"
4846
path = "/server/status/alive"
4947
protocol = "https"
50-
timeout = "2s"
5148
tls_skip_verify = true
49+
interval = "10s"
50+
grace_period = "60s"
51+
timeout = "2s"
5252

5353
[metrics]
5454
port = 10700

0 commit comments

Comments
 (0)