Mercurial > public > sg101
log gpp/core/tasks.py @ 551:f37ef598fecc
age | author | description |
---|---|---|
Sat, 17 Dec 2011 19:29:24 +0000 | Brian Neal | For #194, rework the who's online and max users functions. |
Fri, 16 Dec 2011 01:17:35 +0000 | Brian Neal | For #194, add a celery task for purging deleted private messages. |
Thu, 15 Dec 2011 02:49:16 +0000 | 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. |
Thu, 15 Dec 2011 00:59:32 +0000 | Brian Neal | For #194, add a celery beat task for Django & forum cleanup. |
Tue, 13 Dec 2011 02:07:55 +0000 | Brian Neal | Using celery to send mail out of the request/response cycle. |