boyska/techrec

Use celery instead of processqueue

Opened this issue · 0 comments

Celery does not strictly require rabbitmq or redis (although it could).
Even plain sqlite + sqlalchemy will work fine. They are both already included in techrec, and require NO system change: it's just python libraries.
This will give us:

  • cleaner development
  • possibility of using gnuicorn, tornado, or other wsgi that do "the right way"