From ffe80679cc8c7e17a25ea9055e80518296d352a8 Mon Sep 17 00:00:00 2001 From: Dusan Vojacek Date: Mon, 20 Apr 2026 13:20:05 +0200 Subject: [PATCH] move OTE import na 13:25 a 13:12 --- backend/app/lifespan.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, )