Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/testdrivenio/flask-celery-project
- Owner: testdrivenio
- Created: 2021-03-09T12:54:08.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-09T15:39:54.000Z (over 1 year ago)
- Last Synced: 2024-05-28T04:13:06.769Z (5 months ago)
- Topics: flask, flask-celery
- Language: Python
- Homepage:
- Size: 65.4 KB
- Stars: 17
- Watchers: 7
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - testdrivenio/flask-celery-project - Add Celery to a Flask application (Python)
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).