flask-rq
Job queue library
A library that integrates Redis queues with Flask applications
RQ (Redis Queue) integration for Flask applications
216 stars
8 watching
32 forks
Language: Python
last commit: 6 months ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
rq/django-rq | Provides Django integration with Redis-based queuing for background jobs | 1,855 |
pallets-eco/flask-session | Adds support for server-side sessions to Flask web applications. | 507 |
rq/rq-scheduler | Library that adds scheduling capabilities to Redis-based queuing library | 1,456 |
pallets-eco/wtforms | A flexible forms validation and rendering library for Python web development | 1,515 |
pallets-eco/flask-debugtoolbar | Tools for debugging and inspecting Flask web applications | 954 |
pallets-eco/flask-caching | An extension for Flask that simplifies the use of caching in web applications. | 894 |
pallets-eco/flask-wtf | A tool that simplifies the integration of Flask web framework and WTForms form handling with features like CSRF protection, file uploads, and reCAPTCHA support. | 1,468 |
ryansb/disq | A Python client library for interacting with the Disque distributed job queue system | 52 |
ledgetech/lua-resty-qless | A Lua binding to Qless, a Redis-based job queueing system, allowing OpenResty servers to implement a lightweight job queuing system. | 95 |
pricingassistant/mrq | A Python task queue built on top of Redis and gevent to manage distributed worker tasks with simple code and visibility into job performance. | 881 |
pallets-eco/flask-mail | A Flask extension that simplifies email sending functionality | 611 |
fredwu/opq | A simple, in-memory queue with worker pooling and rate limiting. | 266 |
wakatime/wakaq | A background task queue for Python applications backed by Redis and Celery. | 576 |
linkyndy/pallets | A Ruby workflow engine with a simple and reliable design | 230 |
pallets-eco/blinker | Provides a fast dispatching system for signal/event communication between interested parties. | 1,808 |