Skip to content

Commit

Permalink
revert osa cron job frequency back to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
sritanmotati committed Feb 3, 2025
1 parent 3c7ec78 commit 858d9a7
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 @@ -83,7 +83,7 @@ export class MyChart extends PennLabsChart {
})

new CronJob(this, 'osa-perms-updates', {
schedule: cronTime.every(1).minutes(),
schedule: cronTime.every(5).minutes(),
image: backendImage,
secret: clubsSecret,
cmd: ['python', 'manage.py', 'osa_perms_updates'],
Expand Down

0 comments on commit 858d9a7

Please sign in to comment.