Closed Bug 671544 Opened 13 years ago Closed 13 years ago

Add REDIS_BACKENDS to SUMO prod settings

Categories

(Infrastructure & Operations Graveyard :: WebOps: Other, task)

All
Other
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: rrosario, Assigned: nmaul)

Details

Please add the following settings to settings_local.py:

REDIS_BACKENDS = {
    'default': 'redis://supportredis1.webapp.phx1.mozilla.com:6379?socket_timeout=0.5&db=0',
    'karma': 'redis://supportredis1.webapp.phx1.mozilla.com:6380?socket_timeout=0.5&db=0',
}
REDIS_BACKEND = REDIS_BACKENDS['default']

(see Bug 659505)
Severity: major → normal
Assignee: server-ops → nmaul
Has this been tested on support.allizom.org or support-release.allizom.org? Will this take immediate effect, or does code need to change to make use of it?

Put another way: is this safe to do? :)
(In reply to comment #1)
> Has this been tested on support.allizom.org or support-release.allizom.org?
> Will this take immediate effect, or does code need to change to make use of
> it?
> 
> Put another way: is this safe to do? :)

Yes, both support.allizom and support-release have this setting. The code that uses it is behind a waffle switch so we can enable and disable anytime from the django admin.

In other words, yes it is safe to do :)
Excellent. I've made this change on the admin node, and it will go out with the next scheduled SUMO push (tomorrow). That bug is Bug 670663.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.