
RQ (Redis Queue) is a simple, lightweight task queue that lets Python developers enqueue and process background jobs with minimal setup.
Key Features:
Whether you're processing scraped data, running batch transforms, or handling background tasks, RQ provides a clean, Pythonic interface without complex configuration.
Stars
10.6KForks
1.5KLast commit
2 months agoLicense
NOASSERTIONLanguage
Python