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:
parent
7aca475393
commit
ce5a1dfe98
3 changed files with 10 additions and 5 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue