Turn on a daily test email from production and just -- to give RY some daily ping about celerybeat
parent
f4ccca4d65
commit
4b36988115
|
@ -135,7 +135,7 @@ STATIC_ROOT = '/var/www/static'
|
||||||
IS_PREVIEW = False
|
IS_PREVIEW = False
|
||||||
|
|
||||||
# decide which of the period tasks to add to the schedule
|
# decide which of the period tasks to add to the schedule
|
||||||
#CELERYBEAT_SCHEDULE['send_test_email'] = SEND_TEST_EMAIL_JOB
|
CELERYBEAT_SCHEDULE['send_test_email'] = SEND_TEST_EMAIL_JOB
|
||||||
CELERYBEAT_SCHEDULE['report_new_ebooks'] = EBOOK_NOTIFICATIONS_JOB
|
CELERYBEAT_SCHEDULE['report_new_ebooks'] = EBOOK_NOTIFICATIONS_JOB
|
||||||
|
|
||||||
# doing emit_notifications in crontab right now
|
# doing emit_notifications in crontab right now
|
||||||
|
|
|
@ -134,7 +134,7 @@ STATIC_ROOT = '/var/www/static'
|
||||||
#CKEDITOR_UPLOAD_PREFIX = 'https://unglue.it/static/media/'
|
#CKEDITOR_UPLOAD_PREFIX = 'https://unglue.it/static/media/'
|
||||||
|
|
||||||
# decide which of the period tasks to add to the schedule
|
# decide which of the period tasks to add to the schedule
|
||||||
#CELERYBEAT_SCHEDULE['send_test_email'] = SEND_TEST_EMAIL_JOB
|
CELERYBEAT_SCHEDULE['send_test_email'] = SEND_TEST_EMAIL_JOB
|
||||||
#CELERYBEAT_SCHEDULE['emit_notifications'] = EMIT_NOTIFICATIONS_JOB
|
#CELERYBEAT_SCHEDULE['emit_notifications'] = EMIT_NOTIFICATIONS_JOB
|
||||||
# update the statuses of campaigns
|
# update the statuses of campaigns
|
||||||
CELERYBEAT_SCHEDULE['update_active_campaign_statuses'] = UPDATE_ACTIVE_CAMPAIGN_STATUSES
|
CELERYBEAT_SCHEDULE['update_active_campaign_statuses'] = UPDATE_ACTIVE_CAMPAIGN_STATUSES
|
||||||
|
|
Loading…
Reference in New Issue