Use four fixed daily publish slots
This commit is contained in:
parent
50f29cc948
commit
90646d03a6
5 changed files with 17 additions and 16 deletions
|
|
@ -40,9 +40,9 @@ PIPELINE_RELEVANCE_AUTO=80
|
|||
# Relevanz-Score >= dieser Wert, aber < AUTO: Telegram-Warnung senden
|
||||
PIPELINE_RELEVANCE_WARN=60
|
||||
# Maximale Veröffentlichungen pro Tag innerhalb des Fensters unten
|
||||
PIPELINE_MAX_DRAFTS_PER_DAY=3
|
||||
PIPELINE_MAX_DRAFTS_PER_DAY=4
|
||||
# Bevorzugte Veröffentlichungszeiten (Stunden, kommagetrennt, Europe/Berlin)
|
||||
PIPELINE_PUBLISH_HOURS=9,14
|
||||
PIPELINE_PUBLISH_HOURS=9,12,15,18
|
||||
# Frühester/spätester Slot sowie Mindestabstand für zusätzliche Slots
|
||||
PIPELINE_PUBLISH_START_HOUR=9
|
||||
PIPELINE_PUBLISH_END_HOUR=19
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue