Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions backend/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ OHAYO_CHANNEL_ID=your_ohayo_channel_id

# Content Pipeline Configuration
# Cron schedule (optional - if not set, job won't run automatically)
# Example: Sunday midnight UTC
CONTENT_PIPELINE_CRON=0 0 * * 0
# Example: Monday noon UTC
CONTENT_PIPELINE_CRON=0 12 * * 1
# How many days back to scan for messages
CONTENT_PIPELINE_DAYS_BACK=7
# Target number of stories per run
Expand Down