Skip to content

A task queue enabling websites to serve ML models -- with RabbitMQ, Celery, all the good stuff.

Notifications You must be signed in to change notification settings

davidhaas6/distributed-task-server

Repository files navigation

FastAPI and Celery Distributed Task Queue

Working example of a distributed task queue using FastAPI and Celery, with a RabbitMQ broker.

Installation

Pull RabbitMQ image

docker pull rabbitmq

Usage

Build API and Task Server images

docker build -t celery_simple:latest .

Run API, Broker, and Task Server

docker-compose up

About

A task queue enabling websites to serve ML models -- with RabbitMQ, Celery, all the good stuff.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published