diff --git a/backend/app/lifespan.py b/backend/app/lifespan.py index 28b50c5..3a1303e 100644 --- a/backend/app/lifespan.py +++ b/backend/app/lifespan.py @@ -395,7 +395,7 @@ async def lifespan(app: FastAPI): scheduled_ote_import, "cron", hour=13, - minute=30, + minute=25, id="ote_import_preopen", replace_existing=True, ) @@ -403,7 +403,7 @@ async def lifespan(app: FastAPI): scheduled_ote_import, "cron", hour="13,14", - minute=15, + minute=12, id="ote_import_retry_early", replace_existing=True, )