canonicalize URLs, split jobs into high and low priority
This commit is contained in:
parent
127035e328
commit
6aebe0287d
6 changed files with 101 additions and 15 deletions
13
woodwind.ini
13
woodwind.ini
|
@ -1,10 +1,17 @@
|
|||
[uwsgi]
|
||||
master=true
|
||||
processes=2
|
||||
threads=4
|
||||
|
||||
threads=2
|
||||
cheaper-algo=spare
|
||||
cheaper=2
|
||||
cheaper-initial=2
|
||||
workers=10
|
||||
|
||||
socket=/tmp/woodwind.sock
|
||||
chmod-socket=666
|
||||
module=woodwind.wsgi
|
||||
import=timers
|
||||
attach-daemon=venv/bin/rqworker
|
||||
|
||||
attach-daemon=venv/bin/rqworker high
|
||||
attach-daemon=venv/bin/rqworker high low
|
||||
attach-daemon=venv/bin/python -m woodwind.websocket_server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue