From 19f6db023b73e255e26163625ccc6468af204d22 Mon Sep 17 00:00:00 2001
From: Karel van Klink <karel.vanklink@geant.org>
Date: Thu, 28 Nov 2024 10:05:19 +0100
Subject: [PATCH] Update the email schedule to send a notification after the
 subscriptions have been validated

---
 gso/schedules/send_email_notifications.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gso/schedules/send_email_notifications.py b/gso/schedules/send_email_notifications.py
index 61e5a676..5aee26a6 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")
-- 
GitLab