There was an error while loading. Please reload this page.
1 parent 83a05a8 commit d8a0f80Copy full SHA for d8a0f80
1 file changed
backend/.env.example
@@ -37,8 +37,8 @@ OHAYO_CHANNEL_ID=your_ohayo_channel_id
37
38
# Content Pipeline Configuration
39
# Cron schedule (optional - if not set, job won't run automatically)
40
-# Example: Sunday midnight UTC
41
-CONTENT_PIPELINE_CRON=0 0 * * 0
+# Example: Monday noon UTC
+CONTENT_PIPELINE_CRON=0 12 * * 1
42
# How many days back to scan for messages
43
CONTENT_PIPELINE_DAYS_BACK=7
44
# Target number of stories per run
0 commit comments