flask-rq
Job queue library
A library that integrates Redis queues with Flask applications
RQ (Redis Queue) integration for Flask applications
217 stars
8 watching
32 forks
Language: Python
last commit: 4 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,838 |
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,447 |
pallets-eco/wtforms | A flexible forms validation and rendering library for Python web development | 1,509 |
pallets-eco/flask-debugtoolbar | Tools for debugging and inspecting Flask web applications | 952 |
pallets-eco/flask-caching | An extension for Flask that simplifies the use of caching in web applications. | 893 |
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,465 |
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. | 877 |
pallets-eco/flask-mail | A Flask extension that simplifies email sending functionality | 609 |
fredwu/opq | A simple, in-memory queue with worker pooling and rate limiting. | 266 |
wakatime/wakaq | A minimal background task queue system with Redis and Celery integration | 574 |
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,796 |