move uwsgi timers call to its own module; it can't live under tasks because rqworker can't import the uwsgi module

This commit is contained in:
Kyle Mahan 2015-03-14 20:00:19 +00:00
parent 7aca475393
commit ce5a1dfe98
3 changed files with 10 additions and 5 deletions

View file

@ -5,5 +5,5 @@ threads=4
socket=/tmp/woodwind.sock
chmod-socket=666
module=woodwind.wsgi
attach-daemon=rqworker
import=woodwind.tasks
import=timers
attach-daemon=venv/bin/rqworker