Skip to content

Commit 98ac5a3

Browse files
committed
wip
1 parent a0ee41c commit 98ac5a3

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

apps/worker/fly.toml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,8 @@ primary_region = 'fra'
88

99
[build]
1010

11-
[env]
12-
PORT = '8080'
13-
14-
[processes.app]
15-
auto_stop_machines = 'off'
16-
auto_start_machines = true
17-
min_machines_running = 2
18-
max_machines_running = 2
11+
[[restart]]
12+
policy = "always"
1913

2014
[[vm]]
2115
memory = '2gb'

0 commit comments

Comments
 (0)