Merge branch 'master' of gitlab.com:lilcity/backend into feature/LIL-680

remotes/origin/feature/LIL-711
gzbender 7 years ago
commit 385e785cc1
  1. 10
      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),

Loading…
Cancel
Save