💻 My personal website blog.kacaii.dev/
blog gleam lustre

:stethoscope: add healthcheck to `fly.toml`

+7
+7
fly.toml
··· 17 17 min_machines_running = 0 18 18 processes = ['app'] 19 19 20 + [[http_service.checks]] 21 + grace_period = "10s" 22 + interval = "30s" 23 + method = "GET" 24 + timeout = "5s" 25 + path = "/healthcheck" 26 + 20 27 [[vm]] 21 28 memory = '1gb' 22 29 cpus = 1