9 lines
267 B
Plaintext
9 lines
267 B
Plaintext
进入虚拟环境
|
||
启动: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分布式
|
||
|
||
|