Skip to content

Commit c405be7

Browse files
committed
Set livebook min_machines_running to 1
Set the livebook min_machines_running to 1 so that it doesn't spin down the application and make me manually kick it over via the CLI.
1 parent b1d6ed7 commit c405be7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Diff for: livebook/fly.toml

+8-8
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ primary_region = "yyz"
99
[build]
1010

1111
[http_service]
12-
internal_port = 8080
13-
force_https = true
14-
auto_stop_machines = true
15-
auto_start_machines = true
16-
min_machines_running = 0
17-
processes = ["app"]
12+
internal_port = 8080
13+
force_https = true
14+
auto_stop_machines = true
15+
auto_start_machines = true
16+
min_machines_running = 1
17+
processes = ["app"]
1818

1919
[[vm]]
20-
size = "shared-cpu-1x"
21-
memory = 1024
20+
size = "shared-cpu-1x"
21+
memory = 1024

0 commit comments

Comments
 (0)