Fix all the bugs
This commit is contained in:
parent
9c63916716
commit
73cf7c489c
33 changed files with 827 additions and 392 deletions
|
|
@ -9,7 +9,7 @@ def healthcheck() -> None:
|
|||
sys.exit(0): success - the container is healthy and ready for use.
|
||||
sys.exit(1): unhealthy - the container is not working correctly.
|
||||
"""
|
||||
# TODO: We should check more than just that the website is up.
|
||||
# TODO(TheLovinator): We should check more than just that the website is up.
|
||||
try:
|
||||
r: requests.Response = requests.get(url="http://localhost:5000", timeout=5)
|
||||
if r.ok:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue