Skip to content
Snippets Groups Projects
Verified Commit 19f6db02 authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

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

parent 9d618e9d
No related branches found
No related tags found
1 merge request!315Update the email schedule to send a notification after the subscriptions have been validated
Pipeline #90608 failed
......@@ -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")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment