Closed
Bug 1087721
Opened 10 years ago
Closed 10 years ago
Redis storage problems
Categories
(Cloud Services :: Operations: Marketplace, task, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: andy+bugzilla, Unassigned)
References
Details
We cannot seem to get a reliable redis instance for -dev or payments-alt. Keys seem to appear and then drop. Jeremy set this up as seperate redis instance since he found it was shared with addon-devs. But when we create stuff, I've been trying various incarnations of "redis-cli -p 6386 -h redis-dev-master -n 3" and seen keys appear and then vanish. But can't see actual keys appear from zamboni changes.
Running locally we see the keys consistently appear and persist.
This is a blocker for FxA and testing payments.
Reporter | ||
Updated•10 years ago
|
Priority: -- → P1
Reporter | ||
Comment 1•10 years ago
|
||
Jeremy made this persistent and it seems to be better now.
redis-cli -h redis-dev-master -p 6386
... on dev will allow you to verify the keys.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 2•10 years ago
|
||
Please add STR here or mark it with [qa-] if no QA is needed.
Reporter | ||
Comment 3•10 years ago
|
||
STR:
* setup a paid app and payment account on -dev
* purchase it
The unstable redis back end was causing payments to fail.
Comment 4•10 years ago
|
||
I successfully completed a payment flow on -dev.
Closing bug.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•