updated healthchecks to support starting and stopping a job
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-06-03 20:32:57 -05:00
parent 708d56fc98
commit d15cc8d95c
5 changed files with 114 additions and 100 deletions

View File

@@ -88,7 +88,7 @@ def get_script_runtime(self):
def send_ping(self, req_obj, healthcheck_url):
try:
req_obj.get(healthcheck_url, timeout=10)
req_obj.get(healthcheck_url, timeout=5)
except req_obj.RequestException as e:
self.tl.info(f"Ping failed: {e}")