Skip to content
Snippets Groups Projects

Feature/send validation emails

Merged Karel van Klink requested to merge feature/send-validation-emails into develop
All threads resolved!
3 files
+ 38
42
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -7,7 +7,7 @@ from gso.worker import celery
@celery.task
@scheduler(CronScheduleConfig(name="Send email notifications", minute="30"))
@scheduler(CronScheduleConfig(name="Send email notifications", hour="2", minute="30"))
def vacuum_tasks() -> None:
"""Run this task every hour on the half hour."""
"""Run this task every night at 2:30 AM."""
start_process("task_send_email_notifications")
Loading