FastAPI and Celery
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Drew Bednar 07d716749e Need import for app to instantied correct app instances 2 years ago
alembic Adding alembic and sql support 2 years ago
project Adding alembic and sql support 2 years ago
.gitignore Adding alembic and sql support 2 years ago
.pre-commit-config.yaml Initial wiring 2 years ago
.pylintrc Adding alembic and sql support 2 years ago
LICENSE Update license with user info 2 years ago
README.md Initial wiring 2 years ago
alembic.ini Adding alembic and sql support 2 years ago
autocomplete.zsh Add celery and autocomplete for invoke 2 years ago
dev-requirements.in Initial wiring 2 years ago
dev-requirements.txt Initial wiring 2 years ago
docker-compose-redis.yml Initial wiring 2 years ago
main.py Adding alembic and sql support 2 years ago
requirements.in Adding alembic and sql support 2 years ago
requirements.txt Adding alembic and sql support 2 years ago
tasks.py Need import for app to instantied correct app instances 2 years ago

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.