Improve utils and healthchecks

This commit is contained in:
Tobias Reisinger 2023-11-19 05:59:30 +01:00
parent ccf7f7a598
commit ac40d18f67
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 33 additions and 14 deletions
healthcheck/data

View file

@ -46,7 +46,6 @@ async def main():
send_ping(False)
sys.exit(1)
requests.get(url=healthcheck_url)
send_ping(True)
sys.exit(0)