Working example of a distributed task queue using FastAPI and Celery, with a RabbitMQ broker.
docker pull rabbitmq
docker build -t celery_simple:latest .
docker-compose up
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Working example of a distributed task queue using FastAPI and Celery, with a RabbitMQ broker.
docker pull rabbitmq
docker build -t celery_simple:latest .
docker-compose up