Closed
Bug 1142101
Opened 11 years ago
Closed 10 years ago
Add dedicated celery worker for job action related tasks
Categories
(Tree Management :: Treeherder: Infrastructure, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: jlal, Unassigned)
Details
Now that we send pulse messages on retrigger/cancel I frequently see long delays in my tasks on the hp queue... I think it makes sense now to have a worker dedicated (celery_worker_job_actions ?) which only processes these events.
Comment 1•10 years ago
|
||
We already have a dedicated worker for these higher priority tasks:
https://github.com/mozilla/treeherder/blob/963b5d749b44f59a74b4ca433100da211e84d2b8/bin/run_celery_worker_hp#L26
Note perhaps you're seeing issues due to the publish to pulse failing and not being retried (bug 1113235).
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•