openplans / openblock

OpenBlock is a web application and RESTful service that allows users to browse and search their local area for "hyper-local news
61 stars 26 forks source link

replace updaterdaemon and background tasks with celery & django-celery #192

Closed slinkp closed 11 years ago

slinkp commented 11 years ago

would be nice to use something widely used in the django community. It handles background jobs and scheduled jobs and supposedly you can use django's ORM as the back end so you don't need to run a separate message broker.

slinkp commented 11 years ago

probably not going to work: https://groups.google.com/group/celery-users/browse_thread/thread/2dc491156366f24e

slinkp commented 11 years ago

Ticket imported from Trac: http://developer.openblockproject.org/ticket/199 Reported by: slinkp