canonicalize URLs, split jobs into high and low priority

This commit is contained in:
Kyle Mahan 2015-04-01 18:44:47 +00:00
parent 127035e328
commit 6aebe0287d
6 changed files with 101 additions and 15 deletions

View file

@ -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