config: default scheduler timezone to America/New_York

This commit is contained in:
Scott Idem
2026-03-17 22:42:47 -04:00
parent b123dc3117
commit ce1561572a

View File

@@ -28,7 +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
scheduler_timezone: str = "America/New_York" # IANA tz — override in .env if needed
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