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

Remove updaterdaemon #187

Closed slinkp closed 11 years ago

slinkp commented 11 years ago

It's flaky, see #180. It's also useless if you write non-python scraper scripts that push news in via the openblock REST API.

One option for python jobs is to use celery, which includes a scheduler; but this doesn't work properly with pure-django back end - see #199 - and we don't want to force people to install rabbitmq or redis.

Instead, let's encourage people to use cron, or whatever cron alternative they like. We can provide example crontabs.

slinkp commented 11 years ago

Milestone Beta Release 1 deleted

slinkp commented 11 years ago

(In [fce56685e095a30fd501496457e3f9177e2e5072]) Add DeprecationWarning for updaterdaemon. Closes #194

slinkp commented 11 years ago

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