Django integration with RQ, a Redis based Python queuing library. Django-RQ is a simple app that allows you to configure your queues in django's settings.py and easily use them in your project.
Questions tagged [django-rq]
62 questions
0
votes
2 answers
How to pass Non-essential Built-in object as parameter in django-rq enqueue
Update: I found that I could not even pass a class in the enqueue, is this possible to do this?
I want to pass a item object (a model in Django) as the parameter in queue.enqueue(grabber.parse_body, item), but the rqworker will raise this Exception…

Hunger
- 5,186
- 5
- 23
- 29
-1
votes
1 answer
NGINX/Gunicorn/Django-RQ : How to log each rq-worker to a different file
We are using the architecture of NGINX + Gunicorn + Django + RQ, with several rq-workers.
We use the basic Django logging setting (follows), with rollover and max-file-size, BUT:
The created files are sometimes very small - a few bytes instead of…

user3139774
- 1,295
- 3
- 13
- 24