Top "Python-rq" questions

RQ is a simple, lightweight, Python library for creating background jobs, and processing them.

Pros and cons to use Celery vs. RQ

Currently I'm working on python project that requires implement some background jobs (mostly for email sending and heavily database updates). …

python redis celery scheduled-tasks python-rq
RQ - Empty & Delete Queues

I'm using RQ, and I have a failed queue with thousands of items, and another test queue I created a …

python redis python-rq
How to create multiple workers in Python-RQ?

We have recently forced to replace celery with RQ as it is simpler and celery was giving us too many …

python django redis task-queue python-rq
Django python-rq -- DatabaseError SSL error: decryption failed or bad record mac

I'm using the django-redis and django_rq frameworks to support both redis caching and redis background task processing for my …

django postgresql heroku python-rq