Closed
Bug 1073092
Opened 11 years ago
Closed 11 years ago
docker-worker: Upload live log backing file with gzipped encoding.
Categories
(Taskcluster :: Workers, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jlal, Assigned: jlal)
References
Details
Attachments
(1 file)
Pure cost savings we can save a significant amount of space/money over long periods of time by saving them gzipped.
Comment 1•11 years ago
|
||
Not sure it's significant space/bandwidth, but better than nothing, also request time might be less.
Note, it necessary to set headers right in order for S3 to serve these such that the HTTP client automatically decodes the gzip. I've done this before, if not hard. Also it might be necessary to modify how URLs are signed I'm not sure...
Assignee | ||
Comment 2•11 years ago
|
||
Attachment #8500245 -
Flags: review?(garndt)
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → jlal
Comment 3•11 years ago
|
||
Comment on attachment 8500245 [details] [review]
https://github.com/taskcluster/docker-worker/pull/48
LGTM
Attachment #8500245 -
Flags: review?(garndt) → review+
Assignee | ||
Comment 4•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Component: TaskCluster → Docker-Worker
Product: Testing → Taskcluster
Updated•6 years ago
|
Component: Docker-Worker → Workers
You need to log in
before you can comment on or make changes to this bug.
Description
•