Skip to content

Commit 63a42d3

Browse files
committed
Bump node size to performance to avoid throttling
1 parent cd02d31 commit 63a42d3

File tree

1 file changed

+21
-22
lines changed

1 file changed

+21
-22
lines changed

fly.toml

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7,33 +7,32 @@ primary_region = 'lhr'
77
[build]
88

99
[deploy]
10-
strategy = "bluegreen"
10+
strategy = "bluegreen"
1111

1212
[env]
13-
BACKGROUND_PROCESSING_ENABLED = 'true'
14-
SMTP_PORT = '587'
15-
PUBLIC_URL = 'https://app.makespace.org'
16-
SMTP_HOST = 'in-v3.mailjet.com'
17-
SMTP_FROM = 'it-maintainers@makespace.org'
18-
LOG_LEVEL = 'debug'
19-
RUST_BACKTRACE = 'full'
20-
TROUBLE_TICKET_SHEET = '1P36QUdnEyIGlX_pMP-3FjWTFXOILKAYNYNAkl6N4nK4'
13+
BACKGROUND_PROCESSING_ENABLED = 'true'
14+
SMTP_PORT = '587'
15+
PUBLIC_URL = 'https://app.makespace.org'
16+
SMTP_HOST = 'in-v3.mailjet.com'
17+
SMTP_FROM = 'it-maintainers@makespace.org'
18+
LOG_LEVEL = 'debug'
19+
RUST_BACKTRACE = 'full'
20+
TROUBLE_TICKET_SHEET = '1P36QUdnEyIGlX_pMP-3FjWTFXOILKAYNYNAkl6N4nK4'
2121

2222
[http_service]
23-
internal_port = 8080
24-
force_https = true
25-
auto_stop_machines = "stop"
26-
auto_start_machines = true
27-
min_machines_running = 1
28-
processes = ['app']
23+
internal_port = 8080
24+
force_https = true
25+
auto_stop_machines = "stop"
26+
auto_start_machines = true
27+
min_machines_running = 1
28+
processes = ['app']
2929

3030
[[http_service.checks]]
31-
grace_period = "10m"
32-
interval = "30s"
33-
method = "GET"
34-
timeout = "5s"
35-
path = "/ping"
31+
grace_period = "10m"
32+
interval = "30s"
33+
method = "GET"
34+
timeout = "5s"
35+
path = "/ping"
3636

3737
[[vm]]
38-
size = 'shared-cpu-1x'
39-
memory = '512mb'
38+
size = 'performance-1x'

0 commit comments

Comments
 (0)