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?
On Tue, Apr 15, 2008 at 3:15 PM, Alex Martin <alex.mar...@gmail.com> wrote:
> 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?
On Wed, Apr 16, 2008 at 8:15 AM, Alex Martin <alex.mar...@gmail.com> wrote:
> 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?
> On Wed, Apr 16, 2008 at 8:15 AM, Alex Martin <alex.mar...@gmail.com> wrote:
> > 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?
On Wed, Apr 16, 2008 at 3:50 PM, gg <gamegia...@gmail.com> wrote:
> 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: > > Wanna show us some code?
> > On Wed, Apr 16, 2008 at 8:15 AM, Alex Martin <alex.mar...@gmail.com> wrote:
> > > 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?
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.
"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:
> 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?
> On Wed, Apr 16, 2008 at 3:50 PM, gg <gamegia...@gmail.com> wrote:
> > 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:
> > > Wanna show us some code?
> > > On Wed, Apr 16, 2008 at 8:15 AM, Alex Martin <alex.mar...@gmail.com> wrote:
> > > > 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?
On Wed, Apr 16, 2008 at 4:50 PM, gg <gamegia...@gmail.com> wrote:
> "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
> > 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?
> > On Wed, Apr 16, 2008 at 3:50 PM, gg <gamegia...@gmail.com> wrote:
> > > 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: > > > > Wanna show us some code?
> > > > On Wed, Apr 16, 2008 at 8:15 AM, Alex Martin <alex.mar...@gmail.com> wrote:
> > > > > 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?
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.
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?