Use four fixed daily publish slots
Some checks failed
🚀 Deploy to Hetzner / deploy (push) Has been cancelled
Backend Tests / backend-tests (push) Has been cancelled

This commit is contained in:
Oliver 2026-07-24 10:38:04 +02:00
parent 50f29cc948
commit 90646d03a6
No known key found for this signature in database
5 changed files with 17 additions and 16 deletions

View file

@ -44,8 +44,8 @@ class Settings(BaseSettings):
# Pipeline behaviour
pipeline_relevance_auto: int = 80 # >= this: auto-process
pipeline_relevance_warn: int = 60 # >= this: Telegram warning, else reject
pipeline_max_drafts_per_day: int = 3
pipeline_publish_hours: str = "9,14" # comma-separated preferred publish hours (CET)
pipeline_max_drafts_per_day: int = 4
pipeline_publish_hours: str = "9,12,15,18" # comma-separated preferred publish hours (CET)
pipeline_publish_start_hour: int = 9
pipeline_publish_end_hour: int = 19
pipeline_publish_min_gap_hours: int = 3