Skip to content

Commit

Permalink
feat: fixing cron
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonNotJson committed Jul 14, 2023
1 parent 2176b95 commit 66f6274
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/configs/event/schedule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const syllabusSchedule: { [name: string]: events.Schedule } = {
'regular': events.Schedule.cron({
minute: '0',
hour: '16',
day: '1,12',
day: '1',
month: '*',
year: '*',
}),
Expand Down
2 changes: 1 addition & 1 deletion src/lambda/syllabus-scraper/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,6 @@

cron_schedule = ["01-01", "02-01", "02-14", "02-24", "03-01", "03-04", "03-07", "03-10", "03-16", "03-18", "03-21",
"03-24", "03-27", "04-01", "04-03", "04-05", "04-08", "04-16", "04-20", "04-24", "04-26", "04-28",
"05-01", "05-09", "05-12", "05-14", "05-16", "06-01", "06-12", "07-01", "07-19", "07-21", "07-23", "08-01",
"05-01", "05-09", "05-12", "05-14", "05-16", "06-01", "07-01", "07-19", "07-21", "07-23", "08-01",
"08-19", "08-21", "08-23", "09-01", "09-04", "09-07", "09-10", "09-13", "09-15", "09-17", "09-20",
"09-23", "09-25", "09-28", "09-30", "10-01", "10-03", "10-05", "10-08", "11-01", "12-01"]

0 comments on commit 66f6274

Please sign in to comment.