Closed kowshik24 closed 10 months ago
The gunicorn app name is incoreect may: gunicorn canopy_cli.app:app --worker-class uvicorn.workers.UvicornWorker --bind 0.0.0.0:8000 --workers
gunicorn canopy_server.app:app --worker-class uvicorn.workers.UvicornWorker --bind 0.0.0.0:8000 --workers
ModuleNotFoundError: No module named 'canopy_cli.app'
- **OS**: Ubuntu 20.04.6 - **Language version**: python3.10 - **Canopy version**: canopy-sdk==0.6.0
gunicorn canopy_cli.app:app --worker-class uvicorn.workers.UvicornWorker --bind 0.0.0.0:8000 --workers
hi @kowshik24 thanks for flagging, fixed!
closing this
Is this a new bug?
Current Behavior
The gunicorn app name is incoreect may: gunicorn canopy_cli.app:app --worker-class uvicorn.workers.UvicornWorker --bind 0.0.0.0:8000 --workers
Expected Behavior
gunicorn canopy_server.app:app --worker-class uvicorn.workers.UvicornWorker --bind 0.0.0.0:8000 --workers
Steps To Reproduce
Relevant log output
Environment
Additional Context
gunicorn canopy_cli.app:app --worker-class uvicorn.workers.UvicornWorker --bind 0.0.0.0:8000 --workers