Start fixing forecast service 17

This commit is contained in:
Urtzi Alfaro
2025-07-30 08:29:40 +02:00
parent e5c3375d53
commit c10a745695
3 changed files with 17 additions and 2 deletions

View File

@@ -36,6 +36,8 @@ class ForecastingService:
) -> ForecastResponse:
"""Generate forecast with comprehensive error handling and fallbacks"""
start_time = datetime.now()
try:
logger.info("Generating forecast",
date=request.forecast_date,