Skip to content

Commit 93d87fe

Browse files
plcclaude
andcommitted
Keep Fly machines always on for inbound webhooks
Set auto_stop_machines='off' and min_machines_running=1 so Postmark inbound email webhooks are never dropped due to idle machine shutdown. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1c7936a commit 93d87fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fly.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ primary_region = 'sjc'
1414
[http_service]
1515
internal_port = 3000
1616
force_https = true
17-
auto_stop_machines = 'stop'
17+
auto_stop_machines = 'off'
1818
auto_start_machines = true
19-
min_machines_running = 0
19+
min_machines_running = 1
2020
processes = ['app']
2121

2222
[[vm]]

0 commit comments

Comments
 (0)