Fix celery broker url config

This commit is contained in:
Basraah 2018-01-06 12:16:30 +10:00
parent 7ae6c66beb
commit f56252b0cc

View File

@ -39,7 +39,7 @@ INSTALLED_APPS = [
] ]
# Celery configuration # Celery configuration
BROKER_URL = 'redis://localhost:6379/0' CELERY_BROKER_URL = 'redis://localhost:6379/0'
CELERYBEAT_SCHEDULER = "django_celery_beat.schedulers.DatabaseScheduler" CELERYBEAT_SCHEDULER = "django_celery_beat.schedulers.DatabaseScheduler"
CELERYBEAT_SCHEDULE = { CELERYBEAT_SCHEDULE = {
'esi_cleanup_callbackredirect': { 'esi_cleanup_callbackredirect': {