diff --git a/packages/server/modules/activitystream/index.ts b/packages/server/modules/activitystream/index.ts index 364014309..98a77906d 100644 --- a/packages/server/modules/activitystream/index.ts +++ b/packages/server/modules/activitystream/index.ts @@ -13,11 +13,11 @@ let scheduledTask: cron.ScheduledTask | null = null const scheduleWeeklyActivityNotifications = () => { // just to test stuff // every 1000 seconds - const cronExpression = '*/1000 * * * * *' + // const cronExpression = '*/1000 * * * * *' // at 00 minutest, 10 (am) hours, every month, every year, // every 1st day of the week (monday) // cheat sheet https://crontab.guru - // const cronExpression = '00 13 * * 5' + const cronExpression = '00 10 * * 1' // configure the number of days, the activities are scraped for const numberOfDays = 7 return scheduleExecution(