Another Redis-Based Queue for Python: Introducing RQ
Vincent Driessen creates RQ as an alternative to Celery inspired by Resque:
I wanted a solution that was lightweight, easy to adopt, and easy to grasp. So I devised a simple queueing library for Python, and dubbed it RQ.
Welcome to the world of a thousand Redis-based queues.
Original title and link: Another Redis-Based Queue for Python: Introducing RQ (©myNoSQL)