Switching to new redis sessions db.

This commit is contained in:
Samuel Clay 2015-03-11 18:55:01 -07:00
parent 9694d93538
commit ae926d5c57
2 changed files with 2 additions and 2 deletions

View file

@ -615,7 +615,7 @@ MONGOANALYTICSDB = connect(MONGO_ANALYTICS_DB.pop('name'), **MONGO_ANALYTICS_DB)
BROKER_BACKEND = "redis"
BROKER_URL = "redis://%s:6379/%s" % (REDIS['host'], CELERY_REDIS_DB)
CELERY_RESULT_BACKEND = BROKER_URL
SESSION_REDIS_HOST = REDIS['host']
SESSION_REDIS_HOST = REDIS_SESSIONS['host']
CACHES = {
'default': {

View file

@ -85,7 +85,7 @@
<img src="/media/img/logo_512.png" class="logo">
<h1>NewsBlur is in <span class="error404">maintenance mode</span></h1>
<div class="description">
<p>I'm upgrading all four of my Redis database machines. This should only take about 60 seconds, followed by another 60 second downtime in about 15 minutes.</p>
<p>I'm upgrading all four of my Redis database machines. This should only take about 60 seconds, followed by another 60 second downtime in about an hour.</p>
<p>To pass the time, <a href="http://mlkshk.com/popular">check out what's popular on MLKSHK</a>.</p>
</div>
</div>