diff --git a/fly.toml b/fly.toml index 120e09f..9210d18 100644 --- a/fly.toml +++ b/fly.toml @@ -11,7 +11,7 @@ primary_region = 'sjc' [http_service] internal_port = 8080 force_https = true - auto_stop_machines = 'stop' + auto_stop_machines = 'off' auto_start_machines = true min_machines_running = 0 processes = ['app']