Skip to content

Commit

Permalink
Reduce sync interval
Browse files Browse the repository at this point in the history
  • Loading branch information
anli5005 committed Jan 17, 2025
1 parent 5c6f189 commit 858945b
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 @@ -141,7 +141,7 @@ export class MyChart extends PennLabsChart {
})

new CronJob(this, 'sync-path-course-statuses', {
schedule: cronTime.every(30).minutes(),
schedule: cronTime.every(5).minutes(),
image: backendImage,
secret,
cmd: ['python', 'manage.py', 'sync_path_status', '--slack'],
Expand Down

0 comments on commit 858945b

Please sign in to comment.