From 256488187e351bedd76e03c1bbcf79b5c2f9f8ec Mon Sep 17 00:00:00 2001 From: jblu Date: Mon, 3 Jun 2024 22:47:11 -0500 Subject: [PATCH] updated healthchecks to have a run time --- crane.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crane.py b/crane.py index 43d440a..df3ba02 100644 --- a/crane.py +++ b/crane.py @@ -62,6 +62,8 @@ class Crn: cont_log(self) cont_notify(self) self.t = time + if self.use_healthcheck: + send_ping(self, requests, self.healthcheck_url.rstrip("/") + "/start") #logging in try: