Mercurial > public > sg101
graph
- For #194, create a task to run the queued_search's process_search_queue command periodically.2011-12-19, by Brian Neal
- Fix for trying to redis.mget() and empty list of keys.2011-12-19, by Brian Neal
- Was catching redis.RedisError exception, but already had local variable called redis. This seemed to work in development, but failed on Python 2.5.2011-12-18, by Brian Neal
- Created Celery tasks to process new posts and topics. Keep the updated topic set in Redis.2011-12-18, by Brian Neal
- Use a case-insensitive sort for the who's online list. Clarify the max users statistic wording.2011-12-17, by Brian Neal
- Created stats for users (number of users and list of newest users).2011-12-17, by Brian Neal
- For #194, rework the who's online and max users functions.2011-12-17, by Brian Neal
- For #194, add a celery task for purging deleted private messages.2011-12-16, by Brian Neal
- Moved the imports from the top of the file into the task function. This seemed to prevent some strange import errors that only occurred on the production server. I don't know if the problems were related to mod_wsgi or Python 2.5 or what.2011-12-15, by Brian Neal
- For #194, add a celery beat task for Django & forum cleanup.2011-12-15, by Brian Neal
- For #194, convert the POTD management command to a celery task.2011-12-14, by Brian Neal
- Minor tweaks to base settings.2011-12-13, by Brian Neal