[google-appengine] Re: Quota numbers seem wrong

2010-10-16 Thread Wojciech 'KosciaK'; Pietrzok
Same here.
3 out of 4 apps are affected. Quota values stay at the same invalid
level for 3 days now.


On 14 Paź, 20:15, Richard Watson  wrote:
> My quota page seems to be over-reporting a couple of numbers quite a
> bit:
>
> CPU Time        0.17
> Requests 1,800
> Secure Requests 1,800 <-- (but I know I have some non-secure requests,
> so how are they the same?)
>
> Datastore API Calls 1,000
> Datastore Queries 2,073,600 <-- !
> Datastore CPU Time 2.49 <--  (maybe.  seems high.)
> Number of Indexes 8 <-- (I only really have 2, which is reported
> correctly in the other page)
>
> App: 2dumo
>
> Thanks,
> Richard

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: CRON, big bug today

2009-07-01 Thread Wojciech &#x27;KosciaK'; Pietrzok

Same for app 'comment-tracker'
4 jobs with schedule: every day 00:00, every day 06:00, every day
12:00, every day 18:00
Even though jobs were successful two of the jobs kept running. Effect:
almost 5k request in 6 or 7 hours. Had to upload new cron.yaml without
these jobs before quotas reset...

BTW didn't know about that it is possible to set the timezone


On 1 Lip, 09:14, Sylvain  wrote:
> Hi,
>
> Today, since 6:00 (PARIS), my cron is running each second.
> This cron must run only once a day :
>
> cron:
> - description: reminder by mail
>   url: /reminder
>   schedule: every day 06:00
>   timezone: Europe/Paris
>
> This cron works fine since 15 days without any issue.
>
> This cron sent a mail, so now my quota is gone (not very important),
> but I think there is a big issue today.
>
> my app : tools-expertys
>
> Cron info in my Dashboard :
> Cron Job        Schedule/Last Run/Last Status (All times are UTC)
> /reminder
> reminder by mail         every day 06:00 (Europe/Paris)
> 2009/07/01 09:00:02 0 day late Success
>
> As you can see the last success = 09:00, but it should run only at
> 6:00

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---