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

@ -5,6 +5,6 @@ socket=/tmp/woodwind.sock
chmod-socket=666
module=woodwind.wsgi
import=timers
attach-daemon=rqworker
attach-daemon=rqworker high low
attach-daemon=python -m woodwind.websocket_server
py-autoreload=3