move OTE import na 13:25 a 13:12
Some checks failed
CI and deploy / migration-check (push) Failing after 12s
CI and deploy / deploy (push) Has been skipped

This commit is contained in:
Dusan Vojacek
2026-04-20 13:20:05 +02:00
parent 6cf14ed25b
commit ffe80679cc

View File

@@ -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,
)