Closed
Bug 1199511
Opened 10 years ago
Closed 9 years ago
Pulse messages with unknown push/resultset, create skeleton and fill asynchronously
Categories
(Tree Management :: Treeherder: Data Ingestion, defect)
Tree Management
Treeherder: Data Ingestion
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1199291
People
(Reporter: camd, Assigned: camd)
References
Details
Create the new resultset with dummy values and the revision and pushID.
Schedule an async task to fill in the other values and revisions list
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → cdawson
Assignee | ||
Comment 1•10 years ago
|
||
This could really use the existing fetch_missing_hg_push_logs task nearly as-is.
Comment 2•10 years ago
|
||
I'm presuming this is a pre-requisite for bug 1169320, rather than depends on it?
Assignee | ||
Comment 3•10 years ago
|
||
For when we need to fetch PR info from Github, this is an example api:
https://api.github.com/repos/mozilla/treeherder/pulls/637
Assignee | ||
Comment 4•10 years ago
|
||
Ed-- In reality it's neither. I can do the pulse ingestion without this. It just means the pulse ingestion work's scope won't include create resultsets in its first iteration. The resultset will have to either exist first created by us and our polling, or submitted via the API by the user.
It will certainly be BETTER when we have this, but I'm trying to scope my work down for each step.
No longer blocks: 1169320
Assignee | ||
Comment 6•9 years ago
|
||
Cripes... Nothing like creating a dup of a bug that I, myself, entered... Thanks for catching it, Ed. :)
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•