Fix scheduler timezone: use ZoneInfo(settings.scheduler_timezone) not 'local'
This commit is contained in:
@@ -28,6 +28,7 @@ class Settings(BaseSettings):
|
||||
|
||||
# Auto-distillation schedule — override in .env
|
||||
# AUTO_DISTILL=false disables entirely
|
||||
scheduler_timezone: str = "America/Chicago" # IANA tz — set in .env if different
|
||||
auto_distill: bool = True
|
||||
auto_distill_short: bool = True # daily at 03:00 — rolls session logs → MEMORY_SHORT
|
||||
auto_distill_mid: bool = True # weekly Sunday at 03:30 — LLM summarizes short → mid
|
||||
|
||||
Reference in New Issue
Block a user