Closed
Bug 948557
Opened 11 years ago
Closed 11 years ago
[mozillians-dev] kick celery and maybe elasticsearch too
Categories
(Infrastructure & Operations Graveyard :: WebOps: Engagement, task)
Infrastructure & Operations Graveyard
WebOps: Engagement
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sancus, Assigned: cturra)
References
Details
Attempts to reindex are taking forever and sometimes just failing partway through on dev. I suspect this is Celery processing tasks really slowly if at all, or possibly it's an ES issue... but celery is at fault here far more often.
Assignee | ||
Comment 1•11 years ago
|
||
i'm not sure kicking the clery process will resolve what you're seeing. i am watching the celery logs for mozillians-dev and it's actively processing jobs at a pretty high rate.
Reporter | ||
Comment 2•11 years ago
|
||
That's odd, why is it processing so many jobs? Maybe it's being flooded by... something?
Assignee | ||
Comment 3•11 years ago
|
||
(In reply to Andrei Hajdukewycz [:sancus] from comment #2)
> That's odd, why is it processing so many jobs? Maybe it's being flooded
> by... something?
i wouldn't be able to answer that - i can just see the tasks coming in and being processed. the last minute saw 13 tasks complete.
[root@generic-celery1.dev.webapp.phx1 ~]# grep "2013-12-10 13:55" /var/log/celeryd-mozillians-dev.log | grep succeeded | wc -l
13
Reporter | ||
Comment 4•11 years ago
|
||
Thanks for looking at this, I think I found the culprit. Running the chief update script every 15 minutes can be bad when you are doing db/celery intensive stuff in that script :p
Assignee | ||
Updated•11 years ago
|
Assignee: server-ops-webops → cturra
Updated•9 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
•