Skip to content

Commit

Permalink
Merge pull request #1072 from ciudadanointeligente/adding_missing_cel…
Browse files Browse the repository at this point in the history
…ery_config_variables

According to django-haystack/celery-haystack#23 some problems in the …
  • Loading branch information
lfalvarez committed May 22, 2015
2 parents c599d5b + 19b9a5e commit 45af4d6
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 45af4d6

Please sign in to comment.