Closed
Bug 1095561
Opened 11 years ago
Closed 11 years ago
Careers page/site sporadically returning a 503
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Infrastructure & Operations Graveyard
WebOps: Other
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: stephend, Assigned: cturra)
References
()
Details
(Whiteboard: [kanban:webops:https://kanbanize.com/ctrl_board/4/1829] [fromAutomation])
Attachments
(1 file)
|
256.12 KB,
image/png
|
Details |
https://careers.mozilla.org/en-US/?icn=tabz is returning a 503 :(
Whiteboard: [fromAutomation] → [kanban:webops:https://kanbanize.com/ctrl_board/4/1829] [fromAutomation]
| Reporter | ||
Comment 1•11 years ago
|
||
| Assignee | ||
Comment 2•11 years ago
|
||
generic2.webapp.phx1 was returning a wsgi sock error, which we have seen before :(
(11)Resource temporarily unavailable: mod_wsgi (pid=3057): Unable to connect to WSGI daemon process 'careers-ssl' on '/var/run/wsgi.29223.1.8.sock'.
for now i have kicked the wsgi process and the node is happy again. we have some other work going on in bug 1092804 since there has been some other weird behavior on the generic cluster.
$ for i in {1..5}; do curl -Is generic$i.webapp.phx1.mozilla.com:81/en-US/ -H "Host: careers.mozilla.org" | grep HTTP; done
HTTP/1.1 200 OK
HTTP/1.1 200 OK
HTTP/1.1 200 OK
HTTP/1.1 200 OK
HTTP/1.1 200 OK
Assignee: server-ops-webops → cturra
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
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
•