Bug 58816 - queues.webkit.org should move to BlobStore for log files
Summary: queues.webkit.org should move to BlobStore for log files
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-18 13:16 PDT by Eric Seidel (no email)
Modified: 2011-04-18 13:16 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2011-04-18 13:16:55 PDT
http://code.google.com/appengine/docs/python/blobstore/

queues.webkit.org should move to BlobStore for log files

Supposedly that will get rid of our timeout troubles we used to have when uploading large files and will allow us to upload the entire log intead of just the last 50k or whatever we do now.

Means moving:
http://trac.webkit.org/browser/trunk/Tools/QueueStatusServer/model/queuestatus.py#L41

to use BlobKey instead.