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
8
woodwind-dev.ini
Normal file
8
woodwind-dev.ini
Normal file
|
@ -0,0 +1,8 @@
|
|||
[uwsgi]
|
||||
master=true
|
||||
processes=1
|
||||
threads=1
|
||||
http=:4000
|
||||
module=woodwind.wsgi
|
||||
attach-daemon=rqworker
|
||||
import=woodwind.tasks
|
Loading…
Add table
Add a link
Reference in a new issue