Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/testdrivenio/flask-celery-project

Add Celery to a Flask application
https://github.com/testdrivenio/flask-celery-project

flask flask-celery

Last synced: 3 months ago
JSON representation

Add Celery to a Flask application

Awesome Lists containing this project

README

        

Source code for the [The Definitive Guide to Celery and Flask](https://testdriven.io/courses/flask-celery/) course by [Michael Yin](https://github.com/michael-yin/).

For Mac Silicon users, if you get some weird errors, you might need to run `export DOCKER_DEFAULT_PLATFORM=linux/amd64` before running the Docker Compose commands. For more details, please check out this [Github issue](https://github.com/testdrivenio/fastapi-celery-project/issues/7#issuecomment-1416787688).