Improve utils and healthchecks
This commit is contained in:
parent
ccf7f7a598
commit
ac40d18f67
4 changed files with 33 additions and 14 deletions
healthcheck/data
|
@ -46,7 +46,6 @@ async def main():
|
|||
send_ping(False)
|
||||
sys.exit(1)
|
||||
|
||||
requests.get(url=healthcheck_url)
|
||||
send_ping(True)
|
||||
sys.exit(0)
|
||||
|
||||
|
|
Reference in a new issue