celery-haystack
celery-haystack copied to clipboard
An app for integrating Celery with Haystack.
I would like to use haystack + celery-haystack + xapian-haystack. Unfortunatelly "Because Xapian does not support simultaneous WritableDatabase connections. If this occurs an DatabaseLockError exception will be raised by Xapian."...
The logic in task mostly moved to special handler class and the task became a minimal [@shared_task](http://docs.celeryproject.org/en/latest/django/first-steps-with-django.html#using-the-shared-task-decorator) instance. Added proper exception handling.
Any idea on when would Django 2.1 be supported?
Hi, I would be interested to know if it could be compatible with celery 4? If there is not much work I am happy to provide a PR...
If True, results of the signal handler task will not be written to any result store to not produce large amounts of irrelevant results. Errors will still be stored.
Thanks for the code, its working good. ## What do these changes do? Added Architecture "ppc64le" ## Are there changes in behavior for the user? No
A duplicate of #77 with additional commits that automatically address incorrect style, created by [Restyled][]. Since the original Pull Request was opened as a fork in a contributor's repository, we...