move OTE import na 13:25 a 13:12
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user