Closed
Bug 1163253
Opened 10 years ago
Closed 8 years ago
investigate job loading through jobs endpoint being asynchronous in a celery task
Categories
(Tree Management :: Treeherder: API, defect, P4)
Tree Management
Treeherder: API
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: camd, Unassigned)
Details
currently, we load them immediately from the REST endpoint. But it may be more performant (or less prone to timeouts?) to schedule them in a celery task when submitted.
This may be especially true if they choose to post things like log summary artifacts with the jobs. If this is the case, then we will (soon) automatically create the ``Bug suggestions`` artifact for it, which will take longer.
Reporter | ||
Updated•10 years ago
|
Component: Treeherder → Treeherder: API
Updated•10 years ago
|
Priority: -- → P4
Comment 1•8 years ago
|
||
Now that we have Pulse submission, submitting via the REST API is deprecated so it's not worth changing this. If anything we should remove support for it entirely.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•