Closed
Bug 1655854
Opened 5 years ago
Closed 4 years ago
Experimenter: only run migrate on canary
Categories
(Data Platform and Tools Graveyard :: Operations, task)
Data Platform and Tools Graveyard
Operations
Tracking
(Not tracked)
RESOLVED
MOVED
People
(Reporter: jlockhart, Assigned: whd)
Details
(Whiteboard: [DataOps])
Right now the startup command for every node in experimenter is something like
python manage.py migrate&&gunicorn.....
But this might be causing inadvertent startup latency, so we should set it up something like
Canary:
python manage.py migrate&&gunicorn....
Request node:
gunicorn.....
Worker:
celery .....
and that way we don't spend unnecessary time in the migrate step in request handler startup
Updated•5 years ago
|
Assignee: nobody → bimsland
Whiteboard: [DataOps]
Updated•4 years ago
|
Assignee: bimsland → whd
Points: --- → 3
Comment 1•4 years ago
|
||
Moved to Jira DSRE-72
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → MOVED
Updated•3 years ago
|
Product: Data Platform and Tools → Data Platform and Tools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•