Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
chore: change newsletter time to 10am (#2329)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasCharrier authored Jan 15, 2024
1 parent e97db2d commit ce52d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schedulers/cron.ts
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ const pullRequestJobs: Job[] = [

const newsletterJobs = [
{
cronTime: process.env.NEWSLETTER_FIRST_REMINDER_TIME || '0 0 8 * * 1', // every week a 8:00 on monday
cronTime: process.env.NEWSLETTER_FIRST_REMINDER_TIME || '0 0 10 * * 1', // every week a 8:00 on monday
onTick: () => newsletterReminder('FIRST_REMINDER'),
isActive: config.FEATURE_NEWSLETTER,
name: 'newsletterMondayReminderJob',
Expand Down

0 comments on commit ce52d6c

Please sign in to comment.