[google-appengine] Application limit increase

2013-12-12 Thread ThePiachu
Hello, As I read in a few other places, I understand that I should post my request to increase my application amount quota here. So I would like to do that. Currently I'm starting development on a few projects that will require new application slots. In the past I managed to trim away a few app

Re: [google-appengine] Application limit increase

2013-12-12 Thread Barry Hunter
AFAIK its only a limit on 'free quota only' apps. Even if you just enable billing on an app, but it stays within the free limits. Since the minimum spend was abolished, it should cost nothing. There is no limit on billing enabled apps. On 12 December 2013 11:50, ThePiachu wrote: > Hello, > >

[google-appengine] Re: Error code 121

2013-12-12 Thread Michael Collins
And now this morning all is back to normal...gack On Wednesday, December 11, 2013 4:46:24 PM UTC-8, Michael Collins wrote: > > Spoke too soon. The stack trace was from a misguided attempt to correct a > benign warning. > Still getting error 121 with no stack trace. > > On Wednesday, December 11

[google-appengine] Appengine is down (errorcode 104)

2013-12-12 Thread Hans Jakobsen
Since 3 hours ago, all requests to our appengine application fails with this message in the log: A problem was encountered with the process that handled this request, causing it to exit. This is likely to cause a new process to be used for the next request to your application. If you see this m

[google-appengine] Re: Error code 121

2013-12-12 Thread Francois Masurel
Same here, everything is back to normal. On Thursday, December 12, 2013 8:38:19 PM UTC+1, Michael Collins wrote: > > And now this morning all is back to normal...gack > > On Wednesday, December 11, 2013 4:46:24 PM UTC-8, Michael Collins wrote: >> >> Spoke too soon. The stack trace was from a mis

[google-appengine] Error code 503 while uploading for the last 30 minutes...

2013-12-12 Thread PK
Anybody else experiencing this? Of course system status is all green... 01:36 PM Compilation starting. 01:36 PM Error 503: --- begin server output --- Try Again (503) An unexpected failure has occurred. Please try again. -- You received this message because you are subscribed to the Go

[google-appengine] Re: Error code 503 while uploading for the last 30 minutes...

2013-12-12 Thread PK
Please star this production issue if anybody else is also experiencing similar issues right now: https://code.google.com/p/googleappengine/issues/detail?id=10399 -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this gro

[google-appengine] Re: Problem using GCS client with the dev server on Windows

2013-12-12 Thread baris evrim demiroz
In my case it was the filesystem type. I keep my files on usb disk which is FAT32 for compatibility. After I changed to NTFS everything works now. What a nasty little bug. On Sunday, December 8, 2013 10:55:50 PM UTC+2, baris evrim demiroz wrote: > > Hello, > > I am having the exact same problem.

[google-appengine] Cloud SQL goes to dormant (asleep)

2013-12-12 Thread Gana
I have an CloudSQL app with Billing enabled. If the app(front end) is not used for sometime, the SQL goes into a dormant mode and it take close to a minute to get it up. How can I avoid this or minimize the wake up time? Help. Pls -Gana -- You received this message because you are subscribed

[google-appengine] Re: Cloud SQL goes to dormant (asleep)

2013-12-12 Thread Stuart Langley
CloudSQL will shutdown the instance if it's not in use to save you money. Yes there is some overhead in restarting the instance next time you want to access it. If you're not concerned at the cost, then probably having a cron job in your app that access the database every 10 minutes or so shoul

Re: [google-appengine] Re: Error code 503 while uploading for the last 30 minutes...

2013-12-12 Thread Vinny P
Did you file it as a production issue? I see a 403 Forbidden error when going to that link: http://i.imgur.com/G0aTMcD.png - -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com On Thu, Dec 12, 2013 at 3:56 PM, PK wrote: >

Re: [google-appengine] Re: Error code 503 while uploading for the last 30 minutes...

2013-12-12 Thread PK
Yes as a production issue.  Vinny, do you see similar issues today? PK http://www.gae123.com On December 12, 2013 at 3:17:57 PM, Vinny P (vinny...@gmail.com) wrote: Did you file it as a production issue? I see a 403 Forbidden error when going to that link: http://i.imgur.com/G0aTMcD.png     -