File size: 89 Bytes
0f97d22
 
 
1
2
3
4
import os

os.system("gunicorn -w 4 -k uvicorn.workers.UvicornWorker app:app --preload")