Hey there, I had a thread here for this that got answered: How to run a single machine without stopping during idle
This was working with auto start true, auto stop false & min machine 1. However, I just noticed my machine has stopped. Following is my config. I only ever want 1 machine but that 1 should always run. How can I achieve this?
[http_service]
auto_start_machines = true
auto_stop_machines = false
force_https = true
internal_port = 3_000
min_machines_running = 1
processes = [ "app" ]
[[vm]]
cpu_kind = "shared"
cpus = 1
memory = "1gb"