diff --git a/project/settings.py b/project/settings.py index 84cae46b..3bd90b7d 100644 --- a/project/settings.py +++ b/project/settings.py @@ -250,11 +250,11 @@ CELERY_BEAT_SCHEDULE = { 'schedule': timedelta(hours=1), 'args': (), }, - #'send_certificates': { - # 'task': 'apps.notification.tasks.send_certificates', - # 'schedule': crontab(hour=19), - # 'args': (), - #}, + 'send_certificates': { + 'task': 'apps.notification.tasks.send_certificates', + 'schedule': crontab(hour=19), + 'args': (), + }, 'sendgrid_update_recipients': { 'task': 'apps.notification.tasks.sendgrid_update_recipients', 'schedule': crontab(minute=0, hour=3),