Skip to content

Commit

Permalink
Celery beat schedule for refunds (#2269)
Browse files Browse the repository at this point in the history
  • Loading branch information
annagav authored Jul 8, 2024
1 parent 88260fb commit a1ea2c2
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 @@ -859,7 +859,7 @@
},
"process-google-sheets-requests": {
"task": "sheets.tasks.process_google_sheets_requests",
"schedule": crontab(minute=CRON_PROCESS_REFUND_REQUESTS_MINUTES, hour="6-22"),
"schedule": crontab(minute=CRON_PROCESS_REFUND_REQUESTS_MINUTES, hour="10-2"),
},
"generate-course-certificate": {
"task": "courses.tasks.generate_course_certificates",
Expand Down

0 comments on commit a1ea2c2

Please sign in to comment.