Closed
Bug 1333243
Opened 8 years ago
Closed 7 years ago
Find alternative solution to pre-run update_runnable_jobs when developing locally
Categories
(Tree Management :: Treeherder, defect)
Tree Management
Treeherder
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: emorley, Unassigned)
References
Details
Bug 1328618 added `call_command('update_runnable_jobs')` to load_initial_data, which made that task increase in runtime from 2 seconds to 2 minutes 30 seconds, so was reverted in bug 1329685.
A potential alternative was made in:
https://github.com/mozilla/treeherder/pull/2082
...however that was r-'d due to it the reasons added on the PR.
This bug is for coming up with alternatives for the following use case (which I'm presuming was the reason for the change in the first place):
* someone spins up a Vagrant environment, but it doesn't have the runnable jobs data in it, so the feature doesn't work
Possible ideas:
* just document running the task
* come up with an equivalent of `ingest_push` that ingests all reference data (eg fetch_bugs isn't run locally either)
Reporter | ||
Updated•7 years ago
|
Component: Treeherder → Treeherder: Docs & Development
Reporter | ||
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
Assignee | ||
Updated•3 years ago
|
Component: Treeherder: Docs & Development → TreeHerder
You need to log in
before you can comment on or make changes to this bug.
Description
•