Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
no need to import for arecibo
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy McKay committed Apr 30, 2012
1 parent aae267a commit 090382d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/settings_base.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -1016,7 +1016,7 @@ def JINJA_CONFIG():
CELERY_SEND_TASK_ERROR_EMAILS = True CELERY_SEND_TASK_ERROR_EMAILS = True
CELERYD_LOG_LEVEL = logging.INFO CELERYD_LOG_LEVEL = logging.INFO
CELERYD_HIJACK_ROOT_LOGGER = False CELERYD_HIJACK_ROOT_LOGGER = False
CELERY_IMPORTS = ('django_arecibo.tasks', 'lib.video.tasks', 'lib.metrics') CELERY_IMPORTS = ('lib.video.tasks', 'lib.metrics')
# We have separate celeryds for processing devhub & images as fast as possible # We have separate celeryds for processing devhub & images as fast as possible
# Some notes: # Some notes:
# - always add routes here instead of @task(queue=<name>) # - always add routes here instead of @task(queue=<name>)
Expand Down

0 comments on commit 090382d

Please sign in to comment.