all repos — homestead @ 274843533d616c3c6db5d74a071764131fc508d7

Code for my website

re-add health check

Alan Pearce
commit

274843533d616c3c6db5d74a071764131fc508d7

parent

237a76fb2bdd27148927cdcf53312717b76ca81e

1 file changed, 7 insertions(+), 0 deletions(-)

jump to
M fly.tomlfly.toml
@@ -22,6 +22,13 @@ auto_start_machines = true
min_machines_running = 3 processes = [ "app" ] + [[http_service.checks]] + grace_period = "15s" + interval = "15s" + method = "GET" + timeout = "1s" + path = "/health" + [http_service.concurrency] type = "requests" soft_limit = 15000