Skip to content
Snippets Groups Projects

Update the email schedule to send a notification after the subscriptions have been validated

Merged Karel van Klink requested to merge feature/fix-email-schedule into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -7,7 +7,7 @@ from gso.worker import celery
@@ -7,7 +7,7 @@ from gso.worker import celery
@celery.task
@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:
def send_email_notifications() -> None:
"""Run this task every night at 2:30 AM."""
"""Run this task every night at 2:30 AM."""
start_process("task_send_email_notifications")
start_process("task_send_email_notifications")
Loading