|
|
|
|
@ -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), |
|
|
|
|
|