[google-appengine] Re: Error: Server Error 500 Server Error

2016-10-17 Thread Steven Lu
Adam, I'm also experiencing this issue with redeployment of the same code to Google App Engine. On Monday, October 17, 2016 at 6:17:20 PM UTC-4, Adam (Cloud Platform Support) wrote: > > Before doing any kind of changes to code, you'd want to check your logs >

[google-appengine] Re: GAE Taskqueue Delay

2016-10-17 Thread Rene Marty
Although I have the taskqueues with this config: rate: 1/s the tasksqueues are being flushed at 1/minute (once a minute). El lunes, 17 de octubre de 2016, 20:34:28 (UTC-3), Rene Marty escribió: > > Hi, > > today we started experiencing the same delay that happened on December > last year:

[google-appengine] GAE Taskqueue Delay

2016-10-17 Thread Rene Marty
Hi, today we started experiencing the same delay that happened on December last year: https://status.cloud.google.com/incident/appengine/15024 Anybody has problems with taskqueue today? The taskqueues requests doesn't start at ETA, the delay is between 1 minute and 5 minutes, and when the

[google-appengine] Re: Error: Server Error 500 Server Error

2016-10-17 Thread Roger
Thank you for replying. I checked the logs, earlier and could not find the reason; gets Error Code 204. Here is the latest log entry. 19:15:44.624GET5000 B182 msChrome 53/ 2604:2000:410f:1800:74da:b01f:2a14:8d3f - - [17/Oct/2016:19:15:44 -0400] "GET / HTTP/1.1" 500 - - "Mozilla/5.0 (X11;

[google-appengine] Re: How does app engine charge me when I have a Firebase-queue only listening to Firebase database for changes?

2016-10-17 Thread 'Adam (Cloud Platform Support)' via Google App Engine
Is your Firebase Queue instance running on the App Engine NodeJS runtime? If yes, it's getting charged according to the amount of resources the instances use (CPU, network, disk), the same as any other app running on App Engine . NodeJS currently

Re: [google-appengine] Mail API Quotas

2016-10-17 Thread Kaan Soral
Good thing we are locked-in for life to App Engine. Using App Engine for maybe 6 years, It's part of me Seeing this announcement, and practically experiencing the roadblock, devastates me The beauty of App Engine comes from it's unity, when you take a vital part of that unity out and kill it,

Re: [google-appengine] Requesting an Immediate Mail API Quota Increase for Halloween

2016-10-17 Thread Kaan Soral
Thanks for the swift reply, I truly do appreciate it, I was intending to send the emails in 16 hours, now I probably have enough time to set up Amazon SES On Tuesday, October 18, 2016 at 12:51:58 AM UTC+3, Adam (Cloud Platform Support) wrote: > > As of March we no longer accept mail quota

[google-appengine] Re: Error: Server Error 500 Server Error

2016-10-17 Thread 'Adam (Cloud Platform Support)' via Google App Engine
Before doing any kind of changes to code, you'd want to check your logs first, which will often give a helpful stack trace to show where the error originated. On a standard runtime instance you can view the request logs, and on a flexible

[google-appengine] How does app engine charge me when I have a Firebase-queue only listening to Firebase database for changes?

2016-10-17 Thread Sepehr Tahmasebi
I am trying to understand how the app engine charges me when I have a node.js Firebase-queue instance listening to my database ? Am I being charged for it and if yes for what exactly? Thanks -- You received this message because you are subscribed to the Google Groups "Google App Engine"

Re: [google-appengine] Requesting an Immediate Mail API Quota Increase for Halloween

2016-10-17 Thread 'Adam (Cloud Platform Support)' via Google App Engine
As of March we no longer accept mail quota increase requests. For the original groups post see https://groups.google.com/forum/#!topic/google-appengine/p3tma8eFCM4. Email quotas documentation: https://cloud.google.com/appengine/docs/quotas#Mail On Monday, October 17, 2016 at 5:31:19 PM UTC-4,

Re: [google-appengine] Requesting an Immediate Mail API Quota Increase for Halloween

2016-10-17 Thread Kaan Soral
The Gmail/Bulk thing seems like a nice idea to pass the day, I don't favor mailchimp, both solutions are highly demotivational tho, for a programmer to send bulk emails manually ... Looked into Amazon SES's authentication routine, I might go through with that Going to wait a day first tho,

Re: [google-appengine] Requesting an Immediate Mail API Quota Increase for Halloween

2016-10-17 Thread Joshua Smith
If you just want to send an announcement out, there are other ways to do that. With just 700 to send, you could just do it from gmail in a few bulk sends. Or you could import the list to mailchimp or one of the other mailing list services. > On Oct 17, 2016, at 4:07 PM, Kaan Soral

[google-appengine] Requesting an Immediate Mail API Quota Increase for Halloween

2016-10-17 Thread Kaan Soral
I just noticed that the default "Recipients Emailed" limit is 100, It's a shock as I just managed to complete a Halloween email for a game I've been working on It's a small/hobby game, I just need to email 700 people, but I'm already late, as a lot of work has been done for Halloween, without

[google-appengine] Error: Server Error 500 Server Error

2016-10-17 Thread Roger
After uploading an app that was working before, this error results:*Error: Server Error* *The server encountered an error and could not complete your request.* *Please try again in 30 seconds.* To trace it down, I removed almost all code, and still get the error. In the console, it says: