8 lines
246 B
Plaintext
8 lines
246 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分布式
|
||
|
||
|