Skip to content

Commit

Permalink
Update heartbeat.py
Browse files Browse the repository at this point in the history
  • Loading branch information
daisieh committed Oct 18, 2024
1 parent 8e78e6d commit b8db316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion candig_federation/heartbeat.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def check_pulse():
log = ""
try:
for server in servers.values():
url = f"{server['server']['url']}/v1/service-info"
url = f"{server['server']['url']}/hello"
log += f"\ntesting {url}"
service_info = requests.get(url, timeout=2)
if service_info.ok:
Expand Down

0 comments on commit b8db316

Please sign in to comment.