Closed
Bug 1513506
Opened 6 years ago
Closed 6 years ago
Stop using --maxtasksperchild with the celery log parser workers
Categories
(Tree Management :: Treeherder: Infrastructure, defect, P3)
Tree Management
Treeherder: Infrastructure
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Assigned: emorley)
References
Details
Attachments
(1 file)
Bug 1340132 removed --maxtasksperchild for all dyno types apart from the log parser, since the leaks they had previously been experiencing were fixed after the datasource removal.
However the log parser workers still leak slightly, so this bug is for tracking them down, and removing the --maxtasksperchild usage there too. (maxtasksperchild is bad for task performance and also causes New Relic to miss the first task of each restart cycle)
Assignee | ||
Comment 1•6 years ago
|
||
Trying this out on prototype again shows that the memory leak might now be fixed (sometime in the last 2 years), so we might be able to do this now.
Assignee: nobody → emorley
Status: NEW → ASSIGNED
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•