all repos — website @ 69603c41527237d2404569b41e110da6633f592f

My website

add HTTP service checks
Alan Pearce alan@alanpearce.eu
Sat, 16 Sep 2023 12:58:46 +0200
commit

69603c41527237d2404569b41e110da6633f592f

parent

f91b21742c5f6880e56ae96e1bd94861d217b101

1 files changed, 6 insertions(+), 0 deletions(-)

jump to
M fly.tomlfly.toml
@@ -21,3 +21,9 @@ min_machines_running = 3   processes = ["app"]
 [http_service.http_options.response.headers]
   Strict-Transport-Security = "max-age=31536000; includeSubdomains; preload"
+[[http_service.checks]]
+  grace_period = "10s"
+  interval = "30s"
+  method = "GET"
+  timeout = "5s"
+  path = "/"