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.
527 stars
9 watching
108 forks
Language: Python
last commit: 10 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 | 439 |
actumn/celery.node | A task queue client/worker for Node.js based on the Celery protocol. | 283 |
rusty-celery/rusty-celery | An implementation of the Celery task queue system in Rust | 779 |
wakatime/wakaq | A minimal background task queue system with Redis and Celery integration | 574 |
celery/django-celery-beat | Manages periodic tasks with scheduling and notification features. | 1,702 |
vintasoftware/celery-tasks-checklist | A collection of guidelines and best practices for building high-quality Celery tasks. | 119 |
sibson/redbeat | A Celery Beat Scheduler that stores scheduled tasks and runtime metadata in Redis. | 923 |
rsalmei/clearly | A tool to monitor and debug Celery task clusters in real-time | 404 |
maciej-gol/tenant-schemas-celery | Enables collaboration between Celery tasks and multi-tenancy in Django applications. | 179 |
arthurhenrique/cookiecutter-fastapi | A template to create FastAPI projects with machine learning and other features | 489 |
danyi1212/celery-insights | A real-time monitoring tool for Celery clusters | 51 |
policystat/jobtastic | Libraries adding useful features to Celery tasks | 645 |
fabriziobrancati/queuer | A queue manager that provides a centralized way to manage asynchronous and synchronous tasks. | 1,088 |
melvinkcx/fastapi-events | An event dispatching/handling library for FastAPI and Starlette applications | 444 |