Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Unexpected CPU Quota Exceded
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  10 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Alex Martin  
View profile  
 More options Apr 15 2008, 6:15 pm
From: Alex Martin <alex.mar...@gmail.com>
Date: Tue, 15 Apr 2008 15:15:31 -0700 (PDT)
Local: Tues, Apr 15 2008 6:15 pm
Subject: Unexpected CPU Quota Exceded
Hi Google,

I just uploaded my app and i realized that it cannot run due this
error:

04-15 03:07PM 35.663 This request used a high amount of CPU, and was
ro
This request used a high amount of CPU, and was roughly 2.4 times over
the average request CPU limit. High CPU requests have a small quota,
and if you exceed this quota, your app will be temporarily disabled.

This is a very simple application (similiar to the tutorial one) and i
cannot realize exactly where the CPU high consumption is taken, i
mean: may be the parsing template is taking to much time?

Can you help me?


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Aaron Krill  
View profile  
 More options Apr 15 2008, 6:16 pm
From: "Aaron Krill" <aa...@krillr.com>
Date: Tue, 15 Apr 2008 15:16:42 -0700
Local: Tues, Apr 15 2008 6:16 pm
Subject: Re: [google-appengine] Unexpected CPU Quota Exceded

Can you post your code somewhere?


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brett Morgan  
View profile  
 More options Apr 15 2008, 6:16 pm
From: "Brett Morgan" <brett.mor...@gmail.com>
Date: Wed, 16 Apr 2008 08:16:54 +1000
Local: Tues, Apr 15 2008 6:16 pm
Subject: Re: [google-appengine] Unexpected CPU Quota Exceded
Wanna show us some code?


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
gg  
View profile  
 More options Apr 16 2008, 1:50 am
From: gg <gamegia...@gmail.com>
Date: Tue, 15 Apr 2008 22:50:40 -0700 (PDT)
Local: Wed, Apr 16 2008 1:50 am
Subject: Re: Unexpected CPU Quota Exceded
Ran into the same problem by just running a query. Filed a bug report
on it earlier today #221. I think they need to tweak the quota system
a bit.....

On Apr 15, 3:16 pm, "Brett Morgan" <brett.mor...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brett Morgan  
View profile  
 More options Apr 16 2008, 2:00 am
From: "Brett Morgan" <brett.mor...@gmail.com>
Date: Wed, 16 Apr 2008 16:00:25 +1000
Local: Wed, Apr 16 2008 2:00 am
Subject: Re: [google-appengine] Re: Unexpected CPU Quota Exceded
Err dude. DeadlineExceededError ?

What are you doing writing a query that returns 500+ results?

Have you not read any of the threads about designing schemas for big table?


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alex Martin  
View profile  
 More options Apr 16 2008, 2:29 am
From: Alex Martin <alex.mar...@gmail.com>
Date: Tue, 15 Apr 2008 23:29:52 -0700 (PDT)
Local: Wed, Apr 16 2008 2:29 am
Subject: Re: Unexpected CPU Quota Exceded
Hi all,

  I put a copy of the code here:

    http://kodos.de/paste/index.php?paste=650

Yesterday i was finally able to run the code just deactivating the
"debug=True" flag :). Unfortunatelly today when i tried to visit my
app i got the same error again:

"04-15 11:10PM 55.356 This request used a high amount of CPU, and was
ro

This request used a high amount of CPU, and was roughly 2.4 times over
the average request CPU limit. High CPU requests have a small quota,
and if you exceed this quota, your app will be temporarily disabled."

May be in the method MainPage() i should use GqlQuery instead?

FYI: I only have 5 registers saved in the database.

Thanks in advance,


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
gg  
View profile  
 More options Apr 16 2008, 2:50 am
From: gg <gamegia...@gmail.com>
Date: Tue, 15 Apr 2008 23:50:35 -0700 (PDT)
Local: Wed, Apr 16 2008 2:50 am
Subject: Re: Unexpected CPU Quota Exceded
"Note: Queries have a system-wide maximum limit of 1000 results. If no
limit is specified, or if a limit larger than the maximum is
specified, the maximum is used as the limit." 500<1000

On Apr 15, 11:00 pm, "Brett Morgan" <brett.mor...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brett Morgan  
View profile  
 More options Apr 16 2008, 2:57 am
From: "Brett Morgan" <brett.mor...@gmail.com>
Date: Wed, 16 Apr 2008 16:57:57 +1000
Local: Wed, Apr 16 2008 2:57 am
Subject: Re: [google-appengine] Re: Unexpected CPU Quota Exceded
Sigh.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alex Martin  
View profile  
 More options Apr 16 2008, 8:55 am
From: Alex Martin <alex.mar...@gmail.com>
Date: Wed, 16 Apr 2008 05:55:43 -0700 (PDT)
Local: Wed, Apr 16 2008 8:55 am
Subject: Re: Unexpected CPU Quota Exceded
Hi again,

 Something strange is happening, few hours ago my app started to run
ok without any modification in my code O_o, it seems like the app
quota constrains has changed.

Alex


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alex Martin  
View profile  
 More options Apr 16 2008, 6:14 pm
From: Alex Martin <alex.mar...@gmail.com>
Date: Wed, 16 Apr 2008 15:14:58 -0700 (PDT)
Local: Wed, Apr 16 2008 6:14 pm
Subject: Re: Unexpected CPU Quota Exceded
Hi all,

 I keep doing my tests, and i realized that always after i uploaded a
new version of my application i got the same error. Then i have to
wait for a while (5 ~ 10 minutes?) before it starts to run again.

Question for Google?
  Does the appcfg.py upload APP_NAME uses the restricted CPU cicles
when it updates the application in your servers?

Thanks,
Alex


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google