Skip to content

Commit

Permalink
Move notification emails to every other day
Browse files Browse the repository at this point in the history
  • Loading branch information
aviupadhyayula committed Oct 15, 2024
1 parent aef31f6 commit 2b1f41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export class MyChart extends PennLabsChart {
});

new CronJob(this, 'daily-notifications', {
schedule: cronTime.everyDayAt(13),
schedule: cronTime.everyWeekOn(1, 3, 5, 10),
image: backendImage,
secret: clubsSecret,
cmd: ['python', 'manage.py', 'daily_notifications'],
Expand Down

0 comments on commit 2b1f41e

Please sign in to comment.