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 62da4a19ac Using watchfiles and exec commands in bin scripts 2 years ago
alembic Adding alembic and sql support 2 years ago
compose/local/fastapi Using watchfiles and exec commands in bin scripts 2 years ago
project Using watchfiles and exec commands in bin scripts 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 Using watchfiles and exec commands in bin scripts 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
docker-compose.yml docker composed local dev env 2 years ago
main.py Adding alembic and sql support 2 years ago
requirements.in Using watchfiles and exec commands in bin scripts 2 years ago
requirements.txt Using watchfiles and exec commands in bin scripts 2 years ago
tasks.py docker composed local dev env 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.

Debugging Celery

Check results in redis result backend

docker-compose exec redis sh
redis-cli
KEYS celery*
MGET celery-task-meta-<UID of Task>

Checking results in Flower

`0.0.0.0: