Skip to content

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

License

Notifications You must be signed in to change notification settings

imhilla/fastapi-celery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 44.4%
  • HTML 30.3%
  • JavaScript 16.6%
  • Dockerfile 5.2%
  • CSS 3.5%