Closed
Bug 1155450
Opened 10 years ago
Closed 10 years ago
meta: [jonasfj-Q2-goal] Investigate/reduce error rate from queue and scheduler
Categories
(Taskcluster :: General, defect)
Taskcluster
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jonasfj, Assigned: jonasfj)
References
Details
Attachments
(1 file)
Right now queue and scheduler are slow... and have many timeout errors.
That's bad I should fix that...
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → jopsen
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•10 years ago
|
||
This upgrades queue to use taskcluster-base which has been moved to use
fast-azure-storage for base.Entity.
It also upgrades queue to fast-azure-storage for azure queue storage,
including SAS generation.
This is a bit scary because of the major changes in base.Entity.
But I've tested it all unit tests run, and things held up doing a load-test that while only testing two methods, ensured that at least they work :)
For performance improvements see: http://bit.ly/1IDFvj9
Attachment #8606039 -
Flags: review?(jhford)
Comment 2•10 years ago
|
||
Comment on attachment 8606039 [details] [review]
Github PR for final changes here
Looks good!
Attachment #8606039 -
Flags: review?(jhford) → review+
Assignee | ||
Comment 3•10 years ago
|
||
Landed these changes after running locally with production config to ensure that I could load the binary format used by current queue.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Component: TaskCluster → General
Product: Testing → Taskcluster
Target Milestone: --- → mozilla41
Version: unspecified → Trunk
Comment 4•10 years ago
|
||
Resetting Version and Target Milestone that accidentally got changed...
Target Milestone: mozilla41 → ---
Version: Trunk → unspecified
You need to log in
before you can comment on or make changes to this bug.
Description
•