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.
fastapi_celery/README.md

21 lines
424 B
Markdown

2 years ago
# FastAPI and Celery
2 years ago
2 years ago
Learning distributed task queues by doing. Since it's a greenfield project this also uses a newer async web framework.
See: [Celery docs](https://celery-safwan.readthedocs.io/en/latest/index.html)
## 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: