Initial commit (Clean history)
This commit is contained in:
11
rundev.sh
Normal file
11
rundev.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
python3 envdev.py
|
||||
sudo kill -9 $(lsof -i:8000 -t) 2> /dev/null
|
||||
gunicorn api.asgi:application \
|
||||
-k uvicorn.workers.UvicornWorker \
|
||||
-w 3 \
|
||||
--worker-connections 2000 \
|
||||
--max-requests 10000 \
|
||||
--max-requests-jitter 1000 \
|
||||
--timeout 1000 \
|
||||
--log-level info \
|
||||
-b 0.0.0.0:8000
|
||||
Reference in New Issue
Block a user