Closed
Bug 1122190
Opened 10 years ago
Closed 10 years ago
The container is killed with a Python Syntax error
Categories
(Marketplace Graveyard :: Integration, defect, P4)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: andy+bugzilla, Assigned: andy+bugzilla)
References
Details
(Whiteboard: [qa-])
The docker containers start the process using runserver. When runserver encounters a syntax error it stops. That's not too bad locally, but when run with Docker, it also kills the container because that's the entry process.
Suggested fix was to use supervisord for running the process instead of runserver.
Updated•10 years ago
|
Priority: -- → P4
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → amckay
Assignee | ||
Comment 1•10 years ago
|
||
https://github.com/mozilla/marketplace-env/pull/59
https://github.com/mozilla/zamboni/pull/2860
Works for zamboni. I'll repeat with solitude and webpay for consistency.
Assignee | ||
Comment 2•10 years ago
|
||
https://github.com/mozilla/solitude/pull/308
https://github.com/mozilla/webpay/pull/586
https://github.com/mozilla/zamboni/pull/2860
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•