Skip to content

Commit

Permalink
Fix typo 😔
Browse files Browse the repository at this point in the history
  • Loading branch information
aviupadhyayula committed Oct 15, 2024
1 parent 2b1f41e commit ca77e21
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.everyWeekOn(1, 3, 5, 10),
schedule: cronTime.onSpecificDaysAt(['monday', 'wednesday', 'friday'], 10, 0),
image: backendImage,
secret: clubsSecret,
cmd: ['python', 'manage.py', 'daily_notifications'],
Expand Down

0 comments on commit ca77e21

Please sign in to comment.