Closed
Bug 804225
Opened 12 years ago
Closed 10 years ago
Bedrock should pickup changes to product-details without requiring a server restart
Categories
(www.mozilla.org :: Bedrock, enhancement, P3)
www.mozilla.org
Bedrock
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: pmac, Assigned: jgmize)
Details
(Whiteboard: [kb=1008770] )
manage.py update_product_details is run via cron every 15 min in production. This is ineffectual however because the new values are only picked up on server restart. This should be fixed in bedrock so that these values are as fresh as possible, and fewer apache restarts are required.
Updated•12 years ago
|
Whiteboard: [kb=1008770]
Updated•12 years ago
|
Priority: -- → P3
Reporter | ||
Comment 1•12 years ago
|
||
I've submitted a PR to django-mozilla-product-details to allow reload from disk based on file mtimes.
https://github.com/fwenzel/django-mozilla-product-details/pull/30
This will solve it if I can get it merged.
Reporter | ||
Comment 2•12 years ago
|
||
:jgmize talk to me about this.
Assignee: nobody → jmize
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•12 years ago
|
||
(In reply to Paul McLanahan [:pmac] from comment #2)
> :jgmize talk to me about this.
:pmac I sent you a meeting invite, just let me know if there's a better day or time for you.
Comment 4•10 years ago
|
||
Is this still needed?
Reporter | ||
Comment 5•10 years ago
|
||
It is, but it will be solved with the new product-details API that should be coming from release management. I think we can close this and open a new bug when that lands.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•