sales-assistant-py-new/readme

9 lines
267 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

进入虚拟环境
启动nohup uvicorn app.uvicorn_main:app --host 0.0.0.0 --port 8000 --workers 1 > uvicorn.log 2>&1 &
打包py package.py
同步库+虚拟环境uv sync
优化后续将workers 1--》workers 4 在定时任务加redis分布式