Skip to content

Commit

Permalink
Add lib.crypto.tasks to the CELERY_IMPORTS
Browse files Browse the repository at this point in the history
  • Loading branch information
magopian committed Apr 22, 2015
1 parent d3e94fb commit 343dfec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/settings_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,8 @@ def JINJA_CONFIG():
CELERY_IGNORE_RESULT = True
CELERY_SEND_TASK_ERROR_EMAILS = True
CELERYD_HIJACK_ROOT_LOGGER = False
CELERY_IMPORTS = ('lib.video.tasks', 'lib.es.management.commands.reindex')
CELERY_IMPORTS = ('lib.crypto.tasks', 'lib.es.management.commands.reindex',
'lib.video.tasks')

# We have separate celeryds for processing devhub & images as fast as possible
# Some notes:
Expand Down

0 comments on commit 343dfec

Please sign in to comment.