all repos — website @ bda735d7c10edb9e28322a5b485bc7e34ba1a358

My website

re-add health checks

Alan Pearce
commit

bda735d7c10edb9e28322a5b485bc7e34ba1a358

parent

aabc9bac7a291d0d7f0bf3432cb73ff7227c4444

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

changed files
M fly.tomlfly.toml
@@ -33,6 +33,15 @@ [services.concurrency]
type = "requests" soft_limit = 15000 + [[services.http_checks]] + grace_period = "10s" + protocol = "https" + tls_server_name = "alanpearce-eu.fly.dev" + interval = "10s" + method = "GET" + timeout = "1s" + path = "/health" + [[vm]] size = "shared-cpu-1x"