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
A task queue enabling websites to serve ML models -- with RabbitMQ, Celery, all the good stuff.
Python
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