fastapi-celery
Task Queue Example
An example project demonstrating integration of FastAPI with Celery and RabbitMQ for task queue management
Minimal example utilizing fastapi and celery with RabbitMQ for task queue, Redis for celery backend and flower for monitoring the celery tasks.
531 stars
9 watching
108 forks
Language: Python
last commit: 12 months ago
Linked from 1 awesome list
celerydocker-composefastapiflowerpythonrabbitmqredis
Related projects:
Repository | Description | Stars |
---|---|---|
ask/celery | An asynchronous task queue/job queue for distributed message passing | 54 |
cr0hn/aiotasks | An asynchronous and distributed task queue based on Python asyncio framework | 438 |
actumn/celery.node | A task queue client/worker for Node.js based on the Celery protocol. | 289 |
rusty-celery/rusty-celery | An implementation of the Celery task queue system in Rust | 786 |
wakatime/wakaq | A background task queue for Python applications backed by Redis and Celery. | 576 |
celery/django-celery-beat | Manages periodic tasks with scheduling and notification features. | 1,721 |
vintasoftware/celery-tasks-checklist | A checklist for building effective Celery tasks. | 118 |
sibson/redbeat | A Celery Beat Scheduler that stores scheduled tasks and runtime metadata in Redis. | 928 |
rsalmei/clearly | A tool to monitor and debug Celery task clusters in real-time | 403 |
maciej-gol/tenant-schemas-celery | Enables collaboration between Celery tasks and multi-tenancy in Django applications. | 183 |
arthurhenrique/cookiecutter-fastapi | A template to create FastAPI projects with machine learning and other features | 501 |
danyi1212/celery-insights | A real-time monitoring tool for Celery clusters | 54 |
policystat/jobtastic | Libraries adding useful features to Celery tasks | 644 |
fabriziobrancati/queuer | A queue manager that provides a centralized way to manage asynchronous and synchronous tasks. | 1,109 |
melvinkcx/fastapi-events | An event dispatching/handling library for FastAPI and Starlette applications | 453 |