log gpp/forums/latest.py @ 579:217a6319278c

age author description
2011-12-22 Brian Neal For #241, add a URL to view the last post in a forum topic.
2011-12-19 Brian Neal Fix for trying to redis.mget() and empty list of keys.
2011-12-18 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 Brian Neal Created Celery tasks to process new posts and topics. Keep the updated topic set in Redis.
2011-12-07 Brian Neal For #237, use Redis as the source of posts for the RSS feeds to hopefully eliminate some slow queries.