Closed
Bug 1170827
Opened 10 years ago
Closed 10 years ago
Docs: The initial setup celery command example should enable concurrency
Categories
(Tree Management :: Treeherder, defect, P3)
Tree Management
Treeherder
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Assigned: emorley)
Details
http://treeherder.readthedocs.org/installation.html#running-the-ingestion-tasks says to use:
$ celery -A treeherder worker -B
This is really slow, since concurrency defaults to 1 in the VM (it defaults to the number of CPUs and in the VM that's one for some reason, not sure why - given virtualbox is saying 4 to me?).
We should suggest something like:
$ celery -A treeherder worker -B --concurrency 5
Comment 1•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/treeherder
https://github.com/mozilla/treeherder/commit/c70bceee14c83279cc55f7a769d69a440dca9955
Bug 1170827 - Docs: Add |--concurrency| to the example celery command
Since the default of just one worker results in slow ingestion.
| Assignee | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•4 years ago
|
Component: Treeherder: Docs & Development → TreeHerder
You need to log in
before you can comment on or make changes to this bug.
Description
•