Closed
Bug 1513595
Opened 7 years ago
Closed 7 years ago
switch to gunicorn
Categories
(Socorro :: Webapp, task, P2)
Socorro
Webapp
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: willkg)
Details
Attachments
(3 files)
Antenna uses gunicorn, but the Socorro webapp uses uwsgi. To simplify the situation, we should switch the webapp to use gunicorn.
This bug covers that.
| Assignee | ||
Comment 1•7 years ago
|
||
Making this a P2. uwsgi trips me up and since I'm solo, I might as well my life easier.
Priority: -- → P2
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → willkg
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•7 years ago
|
||
| Assignee | ||
Comment 3•7 years ago
|
||
Comment 4•7 years ago
|
||
Commits pushed to master at https://github.com/mozilla-services/socorro
https://github.com/mozilla-services/socorro/commit/2324e5d6b1d1601500c998eadeffa6578159b120
fix bug 1513595: switch webapp to gunicorn
https://github.com/mozilla-services/socorro/commit/89f8d8ffda8bb272d670a6cece93e0a324545895
Merge pull request #4742 from willkg/1513595-gunicorn
fix bug 1513595: switch webapp to gunicorn
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 5•7 years ago
|
||
The gunicorn changes deployed to stage, however, it isn't logging much. I'm going to reopen this to improve logging.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 6•7 years ago
|
||
Comment 7•7 years ago
|
||
Commits pushed to master at https://github.com/mozilla-services/socorro
https://github.com/mozilla-services/socorro/commit/6cf1fa65f046d3cadc559b8dba832444faecf828
bug 1513595: fix webapp logging with gunicorn
https://github.com/mozilla-services/socorro/commit/fa3eb7c634799efbc9d6ce618a85fe422d79dd23
Merge pull request #4743 from willkg/1513595-gunicorn-logging
bug 1513595: fix webapp logging with gunicorn
| Assignee | ||
Comment 8•7 years ago
|
||
That fix made it to stage and it's logging helpful things again. Yay! Marking as FIXED.
Status: REOPENED → RESOLVED
Closed: 7 years ago → 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•