ninuxorg / nodeshot

Django based tools to create crowdsourcing web apps.
http://docs.nodeshot.org/
Other
324 stars 113 forks source link

Implement celery best practices #242

Open nemesifier opened 9 years ago

nemesifier commented 9 years ago

Ensure all the celery tasks implement the following best practices: https://denibertovic.com/posts/celery-best-practices/

We are currently using only 1 queue, which is not that good.