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 2ab08e8c19 Update license with user info 2 years ago
.gitignore Enable pre-commit hooks and accept all-file changes 2 years ago
.pre-commit-config.yaml Initial wiring 2 years ago
LICENSE Update license with user info 2 years ago
README.md Initial wiring 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 Add celery and autocomplete for invoke 2 years ago
requirements.in Initial wiring 2 years ago
requirements.txt Initial wiring 2 years ago
tasks.py Add celery and autocomplete for invoke 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.