Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more.
27.66k
stars
4.93k
forks
source link
Need to use "importlib-metadata<5.0" to use Celery #487
Open
whatisand opened 1 year ago
I meet an issue when
docker-compose up -d
I fix it in this way.
(at data-backend/app/pyproject.toml)
Reference Issue
https://github.com/celery/celery/issues/7783