use simpler RQ library instead of celery

This commit is contained in:
Kyle Mahan 2015-03-14 12:17:34 -07:00
parent 9b1b7c1202
commit e93b9e8891
7 changed files with 47 additions and 42 deletions

8
woodwind-dev.ini Normal file
View file

@ -0,0 +1,8 @@
[uwsgi]
master=true
processes=1
threads=1
http=:4000
module=woodwind.wsgi
attach-daemon=rqworker
import=woodwind.tasks