Fix gateway issues

This commit is contained in:
Urtzi Alfaro
2025-07-18 12:57:13 +02:00
parent e989e3b362
commit a38e5e7c22
2 changed files with 19 additions and 15 deletions

View File

@@ -71,7 +71,7 @@ async def startup_event():
metrics_collector.start_metrics_server(8080)
# Initialize service discovery
await service_discovery.initialize()
# await service_discovery.initialize()
logger.info("API Gateway started successfully")
@@ -81,7 +81,7 @@ async def shutdown_event():
logger.info("Shutting down API Gateway")
# Clean up service discovery
await service_discovery.cleanup()
# await service_discovery.cleanup()
logger.info("API Gateway shutdown complete")