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)

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

Assignee: nobody → bimsland
Whiteboard: [DataOps]
Assignee: bimsland → whd
Points: --- → 3

Moved to Jira DSRE-72

Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → MOVED
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.