feat(scheduler,conversations,api): cron and schedule in the gateway tz, job runs persisted

This commit is contained in:
hh
2026-09-01 23:13:17 +02:00
parent 39f2bc05d9
commit bac40ff268
10 changed files with 326 additions and 43 deletions
+1
View File
@@ -210,6 +210,7 @@ async def _async_main() -> None:
rotation=Rotation(
conversations, gateway.rotation or RotationPolicy(tz=gateway.tz)
),
tz=gateway.tz,
)
conversations.scheduler = scheduler