Skip to content

Commit

Permalink
According to django-haystack/celery-haystack#23 some problems in the …
Browse files Browse the repository at this point in the history
…server were due to some missing variables in the settings file. Those missing variables are being added in this commit.
  • Loading branch information
Felipe Álvarez committed May 4, 2015
1 parent c599d5b commit 19b9a5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions writeit/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,9 @@
CELERY_ENABLE_UTC = True
CELERY_CREATE_MISSING_QUEUES = True
CELERY_HAYSTACK_TRANSACTION_SAFE = True
CELERY_HAYSTACK_DEFAULT_ALIAS = None
CELERY_HAYSTACK_RETRY_DELAY = 5 * 60
CELERY_HAYSTACK_MAX_RETRIES = 1
CELERY_HAYSTACK_DEFAULT_TASK = 'celery_haystack.tasks.CeleryHaystackSignalHandler'

# These can be set independently, but most often one will be set to True and
Expand Down

0 comments on commit 19b9a5e

Please sign in to comment.