diff --git a/gso/schedules/send_email_notifications.py b/gso/schedules/send_email_notifications.py index 61e5a6765ca343002a514d83aef86caef6948bff..5aee26a68fc075892039060341028346b82619c5 100644 --- a/gso/schedules/send_email_notifications.py +++ b/gso/schedules/send_email_notifications.py @@ -7,7 +7,7 @@ from gso.worker import celery @celery.task -@scheduler(CronScheduleConfig(name="Send email notifications", hour="2", minute="30")) +@scheduler(CronScheduleConfig(name="Send email notifications", hour="4")) def send_email_notifications() -> None: """Run this task every night at 2:30 AM.""" start_process("task_send_email_notifications")