Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 250 Bytes

readme.md

File metadata and controls

13 lines (7 loc) · 250 Bytes

실행

celery -A app.celery.celery_app worker --loglevel=info
poetry run uvicorn app.cmd.api:app --host 0.0.0.0 --port 8000 --reload

참고