FastAPI and Celery
 
 
 
 
 
Go to file
Drew Bednar 6b432a750e docker compose dev env setup
alembic Adding alembic and sql support
compose/local/fastapi docker compose dev env setup
project Adding alembic and sql support
.gitignore Adding alembic and sql support
.pre-commit-config.yaml Initial wiring
.pylintrc Adding alembic and sql support
LICENSE Update license with user info
README.md Initial wiring
alembic.ini Adding alembic and sql support
autocomplete.zsh Add celery and autocomplete for invoke
dev-requirements.in Initial wiring
dev-requirements.txt Initial wiring
docker-compose-redis.yml Initial wiring
docker-compose.yml docker compose dev env setup
main.py Adding alembic and sql support
requirements.in docker compose dev env setup
requirements.txt docker compose dev env setup
tasks.py Need import for app to instantied correct app instances

README.md

FastAPI and Celery

Learning distributed task queues by doing. Since it's a greenfield project this also uses a newer async web framework.