A minimal REST API built with FastAPI, Celery, and Redis to demonstrate background task processing and queue monitoring with dockerized environment.
- Submit tasks via REST API
- Process tasks asynchronously using Celery
- Monitor queues using Flower
- Redis as broker and result backend
- Dockerized setup for easy start
- Clone the Repository
$ git clone https://github.com/your-username/fastapi-queue-monitor.git
$ cd fastapi-queue-monitor
$ docker-compose up --build• API Docs: http://localhost:8000/docs • Flower (Task Monitor): http://localhost:5555