django-rq
django-rq copied to clipboard
A simple app that provides django integration for RQ (Redis Queue)
Currently, the keyword argument **python_requires** of **setup()** is not set, and thus it is assumed that this distribution is compatible with all Python versions. However, I found it is not...
We have a big test suite in our django project. We use django-rq. Sometimes, when we run the tests (usually on our gitlab ci), the tests fail with the error:...
Hi! I have a little problem with the `@job` decorator when using `enqueue_in` it seems that the decorator is ignored when using `enqueue_in`. Below is a little example tasks.py ```...
Thanks for maintaining django-rq. Would you be so kind to push the missing tag for the 2.10.2 release, that is up on PyPi?
Fix #651 Ref #650 I can't reproduce the issue in #650, but I did get the same errors in #651 Seems like its an issue with `multiprocessing` start method in...
I'm trying to switch from multiple workers for different queues into worker-pool, using the command below ``` ./manage.py rqworker-pool main default secondary --num-workers 2 --worker-class rq.worker.HerokuWorker --settings settings.rq_settings ``` I'm...
Hi, This issue is close to #650, but we are not in the same context. I need my jobs to read/write models on database, so I've made a simple task...
`16:48:55 [Job 513a1850-bc5b-4ed4-9df5-e7991bb93c6d]: exception raised while executing (apps.sms.tasks.send_work_message) Traceback (most recent call last): File "/xinshi-app/venv/lib/python3.10/site-packages/rq/worker.py", line 1440, in perform_job self.handle_job_success(job=job, queue=queue, started_job_registry=started_job_registry) File "/xinshi-app/venv/lib/python3.10/site-packages/rq/worker.py", line 1399, in handle_job_success pipeline.execute() File...
can they be used together?
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the...