Closed
Bug 593250
Opened 15 years ago
Closed 15 years ago
Enable Redis
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: clouserw, Assigned: oremj)
Details
Please enable redis on AMO. In settings_local.py, make sure these values are set:
CACHE_MACHINE_NO_INVALIDATION = False
CACHE_MACHINE_USE_REDIS = True
Once the change is on the webheads, restart apache and celeryd. Thanks.
| Reporter | ||
Comment 1•15 years ago
|
||
Feel free to join us on #remora for help
Comment 2•15 years ago
|
||
https://intranet.mozilla.org/UpdateAMO#Pushing_content
The bottom of http://gist.github.com/474794 has some steps to push it live, but that may be out of date.
Updated•15 years ago
|
Assignee: server-ops → shyam
Comment 3•15 years ago
|
||
We tried to push this out and it didn't work out. Needs to be looked at. Punting to oremj...and probably needs to be done during a downtime window.
Assignee: shyam → jeremy.orem+bugs
Comment 4•15 years ago
|
||
This does not look like the right redis:
'uptime_in_days': 1,
'db1': {'expires': 0, 'keys': 4},
'redis_version': '1.3.15',
'used_memory_human': '69.92M',
Celery is having trouble connecting to it right now, so this isn't a load issue.
| Assignee | ||
Comment 5•15 years ago
|
||
Jeff has a bug to stabilize Redis. We can reopen or refile once that is done.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WONTFIX
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•7 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•