Openstatus www.openstatus.dev

✈️ fly improvement (#980)

authored by

Thibault Le Ouay and committed by
GitHub
d6d12e0a cc7220c5

+6 -3
+1 -1
apps/checker/fly.toml
··· 19 19 [http_service] 20 20 internal_port = 8080 21 21 force_https = true 22 - auto_stop_machines = false 22 + auto_stop_machines = "off" 23 23 auto_start_machines = false 24 24 processes = ["app"] 25 25
+5 -2
apps/server/fly.toml
··· 18 18 [http_service] 19 19 internal_port = 3000 20 20 force_https = true 21 - auto_stop_machines = true 21 + auto_stop_machines = "suspend" 22 22 auto_start_machines = true 23 23 min_machines_running = 1 24 - 25 24 processes = ["app"] 25 + 26 26 [http_service.concurrency] 27 27 type = "requests" 28 28 hard_limit = 1000 ··· 38 38 timeout = "5s" 39 39 path = "/ping" 40 40 41 + [env] 42 + NODE_ENV = "production" 43 + PORT = "3000" 41 44 42 45 43 46 # [checks]