[google-appengine] Re: 1.8.1 Pre-release SDKs Available.

2013-06-06 Thread pdknsk
> 1) We're not making any Blobstore announcements or decisions in this > release. Translation: It'll be deprecated when we have figured out how to best communicate it. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from thi

[google-appengine] Re: 1.8.1 Pre-release SDKs Available.

2013-06-06 Thread Chris
Max, What's the timetable on the experimental Files API decommission: 2 Months, 6 Months or a year? So we can all plan the urgency of this conversion... - Chris On Tuesday, June 4, 2013 8:07:59 PM UTC-4, Max Ross wrote: > > Hi everyone, > > I'll try to batch answers to multiple questions into a

[google-appengine] Endpoints, missing something?

2013-06-06 Thread Thomas Wiradikusuma
Hi guys, Last night I played with Endpoints[1], successfully generated the 2 .discovery files, 1 .api file and 1 .zip file. I ran endpoints.sh get-client-lib com.my.app.FooService. I looked at my war folder, the script doesn't add anything there. I assumed server-side is already handled by magic

Re: [google-appengine] Re: 1.8.1 Pre-release SDKs Available.

2013-06-06 Thread Thiago Catoto
-1 for deprecation of the blobstore :'( On Jun 6, 2013 10:40 PM, "Mike" wrote: > Hi Max > > The issue for us would be that we now have millions of images written to > Blobstore, all with publicly facing URLs... moving those to Cloud Storage > would likely be expensive and disruptive unless Googl

Re: [google-appengine] Re: 1.8.1 Pre-release SDKs Available.

2013-06-06 Thread Mike
Hi Max The issue for us would be that we now have millions of images written to Blobstore, all with publicly facing URLs... moving those to Cloud Storage would likely be expensive and disruptive unless Google can automatically manage that for us. What I would hate is to have to run 2 systems i

Re: [google-appengine] Re: 1.8.1 Pre-release SDKs Available.

2013-06-06 Thread Max Ross
Hi Different John, If you're trying to write to the same File from multiple threads on the same instance you'll be fine. The writes are done asynchronously so they should be fast. If you need to write to the same File from multiple instances, we recommend you instead create 1 GCS File per instance

Re: [google-appengine] Re: 1.8.1 Pre-release SDKs Available.

2013-06-06 Thread John Wheeler
Max - this is a different Jon (My name is John), but I have the same concern. Can you please answer whether or not the GCS supports fast concurrent writes the same way the blobstore writing API does? On Thu, Jun 6, 2013 at 2:18 PM, Max Ross wrote: > Hi Jon, > > The alternative is to programmatica

Re: [google-appengine] Re: 1.8.1 Pre-release SDKs Available.

2013-06-06 Thread Max Ross
Hi Jon, The alternative is to programmatically write to Google Cloud Storage. Can you tell me why it's important to write to Blobstore versus GCS? Thanks, Max On Thu, Jun 6, 2013 at 1:41 AM, jon wrote: > Chris and Tom, > > I absolutely need programmatic write access to Blobstore, and the File

Re: [google-appengine] Re: Deployments issues

2013-06-06 Thread Cesium
App Engine has definitely gone pear-shaped. David -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr...@googlegroups.com. To post to

Re: [google-appengine] Re: Deployments issues

2013-06-06 Thread Martin Ceperley
It was working for a bit and now it's hanging again.. On Jun 6, 2013, at 1:35 PM, Eric Shtiv wrote: > It looks like it has been fixed atleast for me > > On Thursday, June 6, 2013 6:04:37 PM UTC+3, martinc wrote: > For the last hour, Deployment messages for a python app have hanging on > Checki

[google-appengine] Re: Deployments issues

2013-06-06 Thread Eric Shtiv
It looks like it has been fixed atleast for me On Thursday, June 6, 2013 6:04:37 PM UTC+3, martinc wrote: > > For the last hour, Deployment messages for a python app have hanging on > Checking if deployment succeeded; according to the Admin Console the > deployments are deployed, however instanc

Re: [google-appengine] Deployments issues

2013-06-06 Thread Rishi Arora
Logged a production issue: http://code.google.com/p/googleappengine/issues/detail?id=9451 On Thu, Jun 6, 2013 at 10:43 AM, Rishi Arora wrote: > +1 > > > On Thu, Jun 6, 2013 at 10:04 AM, Martin Ceperley wrote: > >> For the last hour, Deployment messages for a python app have hanging on >> Check

Re: [google-appengine] Deployments issues

2013-06-06 Thread Rishi Arora
+1 On Thu, Jun 6, 2013 at 10:04 AM, Martin Ceperley wrote: > For the last hour, Deployment messages for a python app have hanging on > Checking if deployment succeeded; according to the Admin Console the > deployments are deployed, however instance stats and logs are completely > missing from th

[google-appengine] Re: Deployments issues

2013-06-06 Thread Saurabh Gupta
Also happening for Java apps: *all our backends are down*, we cannot update our front ends either This was also happening yesterday Google, please fix We have a large scale mobile app and this is killing us. Thanks for your time On Thursday, June 6, 2013 11:04:37 AM UTC-4, martinc wrote: > > F

[google-appengine] Deployments issues

2013-06-06 Thread Martin Ceperley
For the last hour, Deployment messages for a python app have hanging on Checking if deployment succeeded; according to the Admin Console the deployments are deployed, however instance stats and logs are completely missing from the deployed versions. -- You received this message because you are

[google-appengine] Re: Importing data to datastore with bulkloader : error and long back off, but import finish ok

2013-06-06 Thread Brian
Hi Vincent, The tools I hacked together are pretty rough, but not difficult. I used the Python CSV module to read the source data CSV file and rewrite it into a tmp folder as multiple CSV part files with no more than 60 records. Also included the writing of a command file that I can call to up

[google-appengine] Re: App Engine console really slow lately?

2013-06-06 Thread Dennis
my unchanged app is getting 500 Server Errors from google.appengine.runtime.DeadlineExceededError starting today. On Thursday, June 6, 2013 3:44:28 PM UTC+8, doright wrote: > > yes, agree, seems to be getting slower and slower in my experience. > > On Tuesday, June 4, 2013 4:22:27 PM UTC+2, Jas

Re: [google-appengine] Re: 1.8.1 Pre-release SDKs Available.

2013-06-06 Thread jon
Chris and Tom, I absolutely need programmatic write access to Blobstore, and the Files API is what I'm using at the moment. What alternative will we have? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and

[google-appengine] Re: App Engine console really slow lately?

2013-06-06 Thread doright
yes, agree, seems to be getting slower and slower in my experience. On Tuesday, June 4, 2013 4:22:27 PM UTC+2, Jason Collins wrote: > > Has anyone else found the App Engine dashboard/console really, really slow > lately (perhaps the past week)? > > It's painful to use for me. > > j > -- You rec