[google-appengine] DeadLineExceededError, IOExceptions

2018-08-15 Thread Rashmi S
Found this in the log file: This request caused a new process to be started for your application, and thus caused your application code to be loaded for the first time. This request may thus take longer and use more CPU than a typical request for your application. What does this mean? My

[google-appengine] DeadlineExceededError importing modules

2012-01-09 Thread Chip
We're suddenly seeing a spike of DeadlineExceededError errors that look like the GAE is having trouble importing its built-in modules. Its an HR application in Python. This application is pre-release and getting very little traffic. Here's a sample error, but it seems to happen with many

Re: [google-appengine] DeadlineExceededError importing modules

2012-01-09 Thread Rajkumar Radhakrishnan
Hi Chip, Sorry to hear that you are facing errors for your app too. This has been a recurring issue for my app recently.. http://groups.google.com/group/google-appengine/browse_thread/thread/47a765bf9740c951/6f766324e3a0d4d2 Even though my app is on MS, the actual datastore queries are pretty

[google-appengine] DeadlineExceededError: The API call user.CreateLoginURL() took too long to respond and was cancelled.

2011-12-18 Thread elsigh
I don't know why my app is dying on this call, but I've had like three or four such exceptions in the last two days: The code in question makes some API calls, but why it's dying on this method is baffling. Any ideas? Mon Dec 19 00:00:00 2011 Ver:70 Count:1

Re: [google-appengine] DeadlineExceededError on HRD and sky-high latency (python27+threadsafe)

2011-12-06 Thread Brian Quinlan
On Tue, Dec 6, 2011 at 6:14 AM, sergio.jar...@gmail.com sergio.jar...@gmail.com wrote: Hi! I've successfully migrated from master-slave to hdd with python 27 and threadsafe however I've been getting sporadically a few deadline exceeded errors (bellow stack trace excerpt). I also have

[google-appengine] DeadlineExceededError on HRD and sky-high latency (python27+threadsafe)

2011-12-05 Thread sergio.jar...@gmail.com
Hi! I've successfully migrated from master-slave to hdd with python 27 and threadsafe however I've been getting sporadically a few deadline exceeded errors (bellow stack trace excerpt). I also have configured min idle requests to automatic and maximum to 1 and pending latency to 800ms, I've

RE: [google-appengine] DeadlineExceededError on HRD and sky-high latency (python27+threadsafe)

2011-12-05 Thread Brandon Wirtz
-appengine] DeadlineExceededError on HRD and sky-high latency (python27+threadsafe) Hi! I've successfully migrated from master-slave to hdd with python 27 and threadsafe however I've been getting sporadically a few deadline exceeded errors (bellow stack trace excerpt). I also have configured min idle

[google-appengine] DeadlineExceededError in the mail API

2011-09-29 Thread Ian Lewis
Hi, I'm seeing a lot of errors in one of my applications when making requests to the email RPC. I am getting DeadlineExceededErrors being throw about half of the time the api is called. The full error is as follows. ... File

[google-appengine] DeadlineExceededError: The API call mail.Send() took too long to respond and was cancelled

2011-09-13 Thread Rishi Arora
I received at least 10 instances of these errors in one day yesterday, out of around ~50 emails that were sent through the day. In the last few months that my app has been executing, I have never seen this. Searching on Google revealed that the best cure is to send emails in the context of a

Re: [google-appengine] DeadlineExceededError: The API call mail.Send() took too long to respond and was cancelled

2011-09-13 Thread Joshua Smith
Coincidence. I've noticed a surge in mail timeouts over the past few days. As I said on a different thread, this is really stupid - google should be able to send mail without EVER having a timeout. For now, you need to always send mail from a task, because of these ridiculous exceptions. On

Re: [google-appengine] DeadlineExceededError: The API call mail.Send() took too long to respond and was cancelled

2011-09-13 Thread Rishi Arora
Cool. Thanks. Then I can safely set my max_idle_instances back to 1. I also noticed high email latencies on the receive side. I have a user facing email address on a personal domain hosted on Google, whose sole purpose is to automatically forward emails to my app at appspotmail.com (using a

[google-appengine] DeadlineExceededError oddities

2011-08-13 Thread Wes
It started last Monday (8/8): I uploaded a new version of the site (v18) and started testing before making it the default. I was receiving DeadlineExceededError and other weirdness like not being able to upload new versions. Figured it may coincide with some google downtime, so I waiting another

Re: [google-appengine] DeadlineExceededError oddities

2011-08-13 Thread Robert Kluin
Hey Wes, Under the M/S datastore you will see occasional latency spikes; some will be large enough to cripple your app for a period of time. I would suggest migrating to the HR datastore if possible. You can also use Appstats to profile your application. If you've not been using it, you'll

[google-appengine] DeadlineExceededError blobstore.FetchData()

2011-02-15 Thread Carlos
Suddenly my app started showing this error (after only around 5 seconds of processing) when attempting to pull 500k PDF files from the blobstore, to serve through a custom handler: *DeadlineExceededError: The API call blobstore.FetchData() took too long to respond and was cancelled. *

[google-appengine] DeadlineExceededError

2011-01-19 Thread Andrius A
Hello, anyone having problems with sites not loading? For me site is not working http://cloudbidder.appspot.com/, admin console is throwing default error page on some requests and google app engine status pages is really slow. Thanks, Andrius -- You received this message because you are

Re: [google-appengine] DeadlineExceededError

2011-01-19 Thread Wesley C (Google)
seems to be coming up for me right now. when did you start to see this problem? we did have a minor datastore latency issue earlier which may have affected some apps and perhaps was the cause, but that fix has been completed now. best regards, -- wesley - - - - - - - - - - - - - - - - - - - - - -

Re: [google-appengine] DeadlineExceededError

2011-01-19 Thread Andrius A
Thank you for your response Wesley, it started throwing errosr around 1 hour ago and noticed that it came back working in 15min I have reported this issue. Cant say exact time because my log now is empty, contains just few errors about tasks TransientError. How could that happen that my error

Re: [google-appengine] DeadlineExceededError

2011-01-19 Thread Andrius A
No worries, my fault. I didn't saw logs because I have selected wrong app version in admin console! On 20 January 2011 00:30, Andrius A andriu...@gmail.com wrote: Thank you for your response Wesley, it started throwing errosr around 1 hour ago and noticed that it came back working in 15min I

[google-appengine] DeadlineExceededError: This request caused a new process to be started for your application

2010-11-29 Thread NealWalters
I've read several other posts on this error, but they seem to be inconclusive and several months old. We are a startup, so our site is not used frequently, but when used, it is often someone we are trying to impress, so we MUST have some solution for this issue if we indeed continue to use GAE.

Re: [google-appengine] DeadlineExceededError / Timeout

2010-11-24 Thread Robert Kluin
I periodically see the same. A put that typically happens well within tolerances (urn a couple hundred ms) will result in a timeout. Usually see bursts of these as well. Robert On Wednesday, November 24, 2010, Jason C jason.a.coll...@gmail.com wrote: We definitely see lots of cases where a

[google-appengine] DeadlineExceededError / Timeout

2010-11-23 Thread Alexander W.
Is there anything I can to to avoid DeadlineExceededErrors (model .put() or query) and other Timeout Errors? I don't care if the number is low compared to the total amount of requests, but I care about the 20.000 users a day that get an error when loading my app due to these errors. -- You

Re: [google-appengine] DeadlineExceededError / Timeout

2010-11-23 Thread 风笑雪
You can use task queue to do put() operations. If you don't care about the query result, you can set deadline for its rpc and display a proper page when timeout. -- keakon On Wed, Nov 24, 2010 at 11:31 AM, Alexander W. startupw...@googlemail.comwrote: Is there anything I can to to

Re: [google-appengine] DeadlineExceededError / Timeout

2010-11-23 Thread Alexander W.
I thought about using taskqueues, but it's important that I get the result of the put() operation immediately. Maybe the new channel api will help (release 1.4.0), so that I'll use task queues for put() operations and push an info to the user once the operation result is positive. At the moment

[google-appengine] DeadlineExceededError 11-07 12:26PM 16.226

2010-11-07 Thread Kenneth
Seems to be tied in to a few wobbles in the status graph: http://code.google.com/status/appengine/detail/datastore/2010/11/07#ae-trust-detail-datastore-put-latency -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group,

[google-appengine] DeadlineExceededError: The API call mail.Send() took too long to respond and was cancelled

2010-09-16 Thread PK
There are multiple posts reporting this issue, I was also able to find a couple of reported issues that Google has closed as 'WONTFIX'. My experience is that this is a real problem. I send 20-100 e-mails and one or two will fail, here is a report that my admin user sees: Mail to 4 Accounts:

[google-appengine] DeadlineExceededError after the maintenance yesterday

2010-07-09 Thread Michael Shen
Hello.. Can somebody help me ? I found that my app (Application ID: dynamicpathfind) didn't work properly since the maintenance yesterday.It still can't work properly now!!! I didn't change any of my code,but now,when i requset a service, it seems to spend more time to response

[google-appengine] DeadlineExceededError on very simple query

2010-03-24 Thread Vladimir Prudnikov
Sometimes such simple query release = Release.all().order('-pub_date').fetch(1)[0] ends with exception DeadlineExceededError. Release has 28 records. Website has more than 1000 pageviews daily. Is it known(?) problem? Or I just so lucky? -- You received this message because you are subscribed

[google-appengine] DeadlineExceededError / 500 Server Error Occurring everywhere

2010-02-09 Thread Leon
My site is suddenly acting up today. Every page is throwing a 500 Server Error (The server encountered an error and could not complete your request.) and the logs all cite the DeadlineExceededError. I haven't made any code changes in a month. I noticed it happens immediately after I try to edit

[google-appengine] DeadlineExceededError error rate increased significantly recently

2009-10-29 Thread Tim Hoffman
Hi I have been monitoring DeadlineExceededError's pretty closely for a while and the and for a few weeks there I would see may be one such error every couple of days, now I am seeing more than 20 in the last day or so. I see higher latencies in the system status for a lot of things, but

[google-appengine] Deadlineexceedederror

2009-10-27 Thread nasim
Today, in my app: dhadharu, I am seeing DeadlineExceededError again. It is happening all the time throughout the day. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group,

[google-appengine] DeadlineExceededError is rampant again

2009-10-23 Thread Jason C
AppID: kikundi-demo We are getting many, many DeadlineExceededErrors again. In fact, it's basically unusable during our end-of-sprint demo. (8:45a Friday morning). Google, please help! j --~--~-~--~~~---~--~~ You received this message because you are subscribed

[google-appengine] DeadlineExceededError Errors for 5% of all Requests Since 9-2 4AM

2009-09-05 Thread Koen Bok
Since 2 September around 4PM I get random DeadlineExceededErrors for around 5% of all my requests. The tracebacks are pretty random, but almost always have to do something with I/O (read django template, stat file, import module). I can hardly imagine I'm the only one seeing this, and while

[google-appengine] DeadlineExceededError: The API call urlfetch.Fetch() took too long to respond and was cancelled.

2009-04-25 Thread WeatherPhilip
Recently I have been sometimes getting a DeadlineExceededError on a urlfetch.fetch operation rather than the urlfetch.DownloadError which normally happens when it runs out of time. Note that I have not run out of time for the request -- this exception is thrown after 16 seconds (according to the