Closed
Bug 1275756
Opened 8 years ago
Closed 8 years ago
parse_job_logs queues listed in run_celery_worker_log_parser but not elsewhere
Categories
(Tree Management :: Treeherder, defect, P2)
Tree Management
Treeherder
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1308528
People
(Reporter: emorley, Unassigned)
References
Details
The run_celery_worker_log_parser bin script references several parse_job_logs* celery queues.
However:
(a) Those queues don't exist in settings.py
(b) No such reference is in the Procfile (the lint passes, since it only checks in the other direction)
I'm presuming they are redundant (since the `parse_job_logs()` function is called synchronously now) so can be removed.
Reporter | ||
Comment 1•8 years ago
|
||
Fixed in bug 1308528.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•