- This Repo apply simple task-queue cases with Celery.
- The
manageris a Restful API Gateway, it is implemented by FastAPI - The Celery Queue Backend use Redis.
cd manager
pip install -r requirements.txtdocker-compose -d upcd manager
uvicorn main:app --reload