# FastAPI and Celery 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- ``` ### Checking results in Flower `0.0.0.0: