Skip to content

Commit d8a0f80

Browse files
kronosapiensclaude
andauthored
chore: schedule content pipeline for Monday noon UTC (#13)
Update the default cron schedule from Sunday midnight to Monday noon UTC. Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 83a05a8 commit d8a0f80

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

backend/.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ OHAYO_CHANNEL_ID=your_ohayo_channel_id
3737

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

0 commit comments

Comments
 (0)