{"id":22412401,"url":"https://github.com/mandx/haystack-rqueue","last_synced_at":"2025-07-31T23:30:56.398Z","repository":{"id":5871648,"uuid":"7089006","full_name":"mandx/haystack-rqueue","owner":"mandx","description":"Delegate update/delete operations of Django/Haystack to background tasks with RQ (http://python-rq.org)","archived":false,"fork":false,"pushed_at":"2016-03-04T18:34:43.000Z","size":16,"stargazers_count":29,"open_issues_count":0,"forks_count":13,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-04-15T15:26:21.725Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mandx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-12-10T06:59:10.000Z","updated_at":"2019-02-20T23:03:04.000Z","dependencies_parsed_at":"2022-09-22T03:50:24.049Z","dependency_job_id":null,"html_url":"https://github.com/mandx/haystack-rqueue","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mandx%2Fhaystack-rqueue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mandx%2Fhaystack-rqueue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mandx%2Fhaystack-rqueue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mandx%2Fhaystack-rqueue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mandx","download_url":"https://codeload.github.com/mandx/haystack-rqueue/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228312180,"owners_count":17900217,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-05T14:08:40.827Z","updated_at":"2024-12-05T14:08:41.375Z","avatar_url":"https://github.com/mandx.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# haystack-rqueue\n\nAllows you to leverage the update/delete operations of your\n[Haystack](http://haystacksearch.org/) search index to backgrounds tasks\nusing [RQ](http://python-rq.org), a lightweight [Redis](http://redis.io) background queue.\n\nFor use with [Haystack](http://haystacksearch.org) version 2.0+.\n\n## Requirements\n\n* Django 1.3+\n* [Haystack 2.0.X](http://github.com/toastdriven/django-haystack)\n* [RQ](http://python-rq.org)\n* [django-rq](http://github.com/ui/django-rq)\n\nYou also need to install your choice of one of the supported search engines for\nHaystack and have properly configured Redis and `django-rq`.\n\n## Setup\n\n1. Just make shure the `haystack_rqueue` directory is available in your `PYTHON_PATH`. The prefered way is to run `pip install http://github.com/mandx/haystack-rqueue/tarball/master`\n1. Include this line in your settings module `HAYSTACK_SIGNAL_PROCESSOR = 'haystack_rqueue.signals.RQueueSignalProcessor'`).\n1. If you are running Django 1.8+, add `'haystack_rqueue'` to your `INSTALLED_APPS` setting.\n1. Configure `django-rq` (see the README) and ensure your Redis instance is running and it's accessible.\n1. Start the RQ workers (via `$ ./manage.py rqworker`).\n1. Profit!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmandx%2Fhaystack-rqueue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmandx%2Fhaystack-rqueue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmandx%2Fhaystack-rqueue/lists"}