Update fly.toml

This commit is contained in:
2025-12-30 18:12:03 -08:00
committed by GitHub
parent ab0ba2c22c
commit f7864cea2a

View File

@@ -1,5 +1,7 @@
app = "postconvert" app = "postconvert"
primary_region = "sjc"
[build] [build]
dockerfile = "Dockerfile" dockerfile = "Dockerfile"
@@ -9,3 +11,6 @@ app = "postconvert"
auto_start_machines = true auto_start_machines = true
auto_stop_machines = true auto_stop_machines = true
min_machines_running = 0 min_machines_running = 0
max_machines_running = 1
concurrency = { soft_limit = 1, hard_limit = 2 }
grace_period = "30s"