Update events_service.py
This commit was merged in pull request #80.
This commit is contained in:
@@ -62,7 +62,7 @@ class EventServiceIntegration:
|
||||
logger.info(f"Health Check URL: {url}")
|
||||
|
||||
try:
|
||||
response = httpx.get(url, timeout=5.0)
|
||||
response = httpx.get(url, timeout=EventServiceIntegration.TIMEOUT)
|
||||
logger.info(f"Health Check Response: {response.text}")
|
||||
return response
|
||||
except Exception as e:
|
||||
|
||||
Reference in New Issue
Block a user