Skip to content

Commit

Permalink
Generate certificates twice a day (#2348)
Browse files Browse the repository at this point in the history
  • Loading branch information
annagav authored Aug 14, 2024
1 parent e5eb236 commit e0798c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@
)
CRON_COURSE_CERTIFICATES_HOURS = get_string(
name="CRON_COURSE_CERTIFICATES_HOURS",
default=0,
default="0,12",
description="'hours' value for the 'generate-course-certificate' scheduled task (defaults to midnight)",
)
CRON_COURSE_CERTIFICATES_DAYS = get_string(
Expand Down

0 comments on commit e0798c3

Please sign in to comment.