Closed
Bug 1153095
Opened 10 years ago
Closed 10 years ago
queue: load-test and fix performance issues
Categories
(Taskcluster :: Services, defect)
Taskcluster
Services
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jonasfj, Assigned: jonasfj)
References
Details
Attachments
(2 files)
Done...
PR attached... I want to roll this out tomorrow.
@jhford, if you take a quick sanity check and see if I missing some crazy debug statement or left in a "return" that would be great.
There is an other PR for the changes in TC-base which will boost performance for other components too.
Attachment #8590640 -
Flags: review?(jhford)
Assignee | ||
Comment 1•10 years ago
|
||
Please take a look at the this.. too... I'll fix the reference in taskcluster-queue when I publish new taskcluster-base.
Comment 2•10 years ago
|
||
Comment on attachment 8590641 [details] [review]
Github PR for taskcluster-base
Looks good, that sure is a nice improvement in the requests per second. Does babel-node no longer need -r as of version 5?
Attachment #8590641 -
Flags: review?(jhford) → review+
Comment 3•10 years ago
|
||
Comment on attachment 8590640 [details] [review]
Github PR for queue
looks good to me
Attachment #8590640 -
Flags: review?(jhford) → review+
Assignee | ||
Comment 4•10 years ago
|
||
@jhford, yeah, babel-node doesn't take -r anymore... Instead we put a .babelrc file in the root and write the configuration in there as long as it is in cwd.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Component: TaskCluster → Queue
Product: Testing → Taskcluster
Updated•6 years ago
|
Component: Queue → Services
You need to log in
before you can comment on or make changes to this bug.
Description
•