Skip to content

Commit

Permalink
Update service URL in health check script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cdaprod committed Mar 4, 2024
1 parent 47e0e6f commit bad5d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/health_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import sys
import time

service_url = "http://python-app:8000"
service_url = "http://python_hydrate:8000"

timeout = time.time() + 60*1 # 1 minute from now
while True:
Expand Down

0 comments on commit bad5d82

Please sign in to comment.