all repos — homestead @ 47f5e5886968102c081859fc6d5cd6c74ffd3dae

Code for my website

fly: stop running in secondary regions if no meaningful requests

Alan Pearce
commit

47f5e5886968102c081859fc6d5cd6c74ffd3dae

parent

249bf8c7f676360f0d304d6a7dde701ecb96fcd7

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M fly.tomlfly.toml
@@ -15,9 +15,9 @@
[http_service] internal_port = 3000 force_https = true - auto_stop_machines = false + auto_stop_machines = true auto_start_machines = true - min_machines_running = 3 + min_machines_running = 1 processes = ["app"] [http_service.http_options.response.headers] Strict-Transport-Security = "max-age=31536000; includeSubdomains; preload"