use simpler RQ library instead of celery
This commit is contained in:
parent
9b1b7c1202
commit
e93b9e8891
7 changed files with 47 additions and 42 deletions
9
woodwind.ini
Normal file
9
woodwind.ini
Normal file
|
@ -0,0 +1,9 @@
|
|||
[uwsgi]
|
||||
master=true
|
||||
processes=2
|
||||
threads=4
|
||||
socket=/tmp/woodwind.sock
|
||||
chmod-socket=666
|
||||
module=woodwind.wsgi
|
||||
attach-daemon=rqworker
|
||||
import=woodwind.tasks
|
Loading…
Add table
Add a link
Reference in a new issue