[google-appengine] App engine down time or problem with CRON requests

2010-10-22 Thread Chris Prinos
Anyone know if there was scheduled down time 10/22/2010 around 12:30AM PDT? None of my cron-initiated requests were triggered from about 12:33 AM PDT to 1:05 AM PDT, but there were no errors in the logs. -- You received this message because you are subscribed to the Google Groups "Google App En

[google-appengine] Re: App engine down time or problem with CRON requests

2010-10-24 Thread Chris Prinos
gt; check whether the job has run or not by using a datatstore / memcache > record > > On Oct 22, 7:51 pm, Chris Prinos wrote: > > > > > > > > > Anyone know if there was scheduled down time 10/22/2010 around 12:30AM > > PDT? > > > None of my cron-i

[google-appengine] Re: GAE cold start time still too long

2010-02-22 Thread Chris Prinos
I see the same thing (DeadlineExceeded) over the past couple of days with a cron job that writes a few bytes of date to a single table. It had been working fine for weeks, no code changes. Over the past 10 hours, 6% of these cron requests have failed because of the ap engine errors. Chris On Feb

[google-appengine] Re: Cron jobs not getting executed

2010-11-11 Thread Chris Prinos
I'v had problems as well, 1-minute crons were not being called starting around 2:26:am EST. They started working again around 5am EST, then stopped again a couple of hours later. Currently they are not working. I changed my cron config to 2-minutes and those are working. I had other crons that we

[google-appengine] Re: 1-minute cron jobs are not getting executed on all apps

2010-11-12 Thread Chris Prinos
More outages again this morning. All of my crons (not just 1-minute) were dead from about 4-4:30am EST this morning -- 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 u

[google-appengine] Re: App engine down time or problem with CRON requests

2010-11-16 Thread Chris Prinos
scheduling.  If you're seeing an issue where a task was > completely dropped and never executed, please provide details about > your app id and what you're seeing.  Thanks. > > On Oct 24, 11:53 pm, Chris Prinos wrote: > > > > > > > > > Ok thanks for c

[google-appengine] Re: App engine down time or problem with CRON requests

2010-11-16 Thread Chris Prinos
hanks, chris On Nov 16, 1:49 pm, Chris Prinos wrote: > appid is gsrmon. > > More outages today, from more outages today 18:14-18:40 UTC and > 17:16-17:35 UTC.  This is still with a two-minute cron task. > > The jobs are completely dropped, there are not a number of "make-

[google-appengine] Re: Bulk data deletion woe

2010-11-17 Thread Chris Prinos
Here's what I have done that seems to work: 1) select the entities you want to delete from the datastore admin page as you described 2) Manually monitor the cup usage in the dashboard or quota page 3) Once the quota reaches a high value (say 75-80% for example), go to the "Task Queues" page of th