Implement a server event queue using beanstalkd

This commit is contained in:
Trever Fischer
2012-09-03 16:07:09 -04:00
parent 97da13000c
commit 4ca5e20e53
15 changed files with 139 additions and 3 deletions

View File

@@ -190,6 +190,9 @@ APPVERSION_GIT_REPO = os.path.sep.join((os.path.dirname(__file__), '.git'))
CAMINUS_MAX_INVITES = 2
CAMINUS_NEWS_FORUM_ID = 1
CAMINUS_USE_BEANSTALKD = False
CAMINUS_BEANSTALKD_HOST = 'localhost'
CAMINUS_BEANSTALKD_PORT = 11300
# Load any site-local overrides, such as camin.us' database settings, etc
try: