We have a nightly build process that deploys our GWT app to a staging version on AppEngine. Sometime between 2am July 27 and 2am July 28 (Central time), something changed to seriously increase the time it takes to upload the application. Prior to that, the deploy would take about 15 minutes. Since then, it has consistently taken over 40 minutes.
Here is an excerpt from our build log on July 27: [02:07:20]: [java] 40% Uploading 467 files. [02:08:54]: [java] 52% Uploaded 116 files. [02:10:27]: [java] 61% Uploaded 232 files. [02:12:03]: [java] 68% Uploaded 348 files. [02:13:27]: [java] 73% Uploaded 464 files. And the corresponding lines on July 28: [02:08:20]: [java] 40% Uploading 470 files. [02:19:01]: [java] 52% Uploaded 117 files. [02:29:39]: [java] 61% Uploaded 234 files. [02:39:59]: [java] 68% Uploaded 351 files. [02:50:16]: [java] 73% Uploaded 468 files. I've looked through the checkins for July 27 and the only changes were to .java, .css, and .ui.xml files. Would anything on the AppEngine side of things cause a drastic increase in the upload time or is it an issue with the network connection on the server? Note that we also have a QA build that's launched manually. It's shown similar increases in deploy time. We are using AppEngine 1.3.2. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
