Skip to content

Commit 2505acc

Browse files
authored
Change CronJob schedule time to 8 AM
1 parent aaaa13a commit 2505acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

k8s/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export class MyChart extends PennLabsChart {
127127
})
128128

129129
new CronJob(this, 'load-courses', {
130-
schedule: cronTime.everyDayAt(3),
130+
schedule: cronTime.everyDayAt(8),
131131
image: backendImage,
132132
secret,
133133
cmd: ['python', 'manage.py', 'registrarimport'],

0 commit comments

Comments
 (0)