othe ffiles
هذا الالتزام موجود في:
13
q1-deploy-monitor/health-check.py
Normal file
13
q1-deploy-monitor/health-check.py
Normal file
@@ -0,0 +1,13 @@
|
||||
from urllib.request import urlopen
|
||||
from urllib.error import HTTPError
|
||||
import time
|
||||
|
||||
|
||||
while True:
|
||||
try:
|
||||
with urlopen('https://my-application-2f85feb054d8.hosted.ghaymah.systems/health') as response:
|
||||
print(f"Status Code: {response.status}")
|
||||
|
||||
except HTTPError as error:
|
||||
print(f"Error Status Code: {error.code}")
|
||||
time.sleep(30)
|
||||
المرجع في مشكلة جديدة
حظر مستخدم