Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 279 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 279 Bytes

Asynchronous Tasks with FastAPI and Celery

Example of how to handle background processes with FastAPI, Celery, and Docker.

Quick Start

Spin up the containers:

$ docker-compose up -d --build

Open your browser to http://localhost:8004