[google-appengine] Re: Cron job on backends not run

2012-05-25 Thread Steve Meyfroidt
I had the same. I think there's a timeout while the instance is
started.

I fixed it by scheduling a call to _ah/warmup a minute before the
first real work job. Now I see those warmups always fail, but the real
work gets done, presumably because the instance is up by the time
they're scheduled to run.

Steve


On May 24, 9:28 pm, Will  wrote:
> I have a daily cron job running on backends instance. It has been run
> without problem until the last couple of days. The log shows "/_ah/start"
> and "/_ah/stop" have been invoked but not my work url. Yesterday I
> temporary scheduled one more occurrence and it ran properly, but today the
> same thing happened again.
>
> It is on HDR.
>
> Any ideas?
>
> Thanks,
>
> Will

-- 
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.



[google-appengine] Re: Cron job on backends not run

2012-05-25 Thread weboo
I have same problem.
The cron job on dynamic backend instance does not works.

So I set the job which responses only "OK" 1 minites before real job,
it works.

Hidetaka

On May 26, 5:59 am, Steve Meyfroidt  wrote:
> I had the same. I think there's a timeout while the instance is
> started.
>
> I fixed it by scheduling a call to _ah/warmup a minute before the
> first real work job. Now I see those warmups always fail, but the real
> work gets done, presumably because the instance is up by the time
> they're scheduled to run.
>
> Steve
>
> On May 24, 9:28 pm, Will  wrote:
>
>
>
>
>
>
>
> > I have a daily cron job running on backends instance. It has been run
> > without problem until the last couple of days. The log shows "/_ah/start"
> > and "/_ah/stop" have been invoked but not my work url. Yesterday I
> > temporary scheduled one more occurrence and it ran properly, but today the
> > same thing happened again.
>
> > It is on HDR.
>
> > Any ideas?
>
> > Thanks,
>
> > Will

-- 
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.



Re: [google-appengine] Re: Cron job on backends not run

2012-05-29 Thread Will
I implemented the same workaround. For the past two days, it worked. It
looks more elegant than I schedule another same job just for fail-over.

Thanks,

Will

On Fri, May 25, 2012 at 8:59 PM, weboo  wrote:

> I have same problem.
> The cron job on dynamic backend instance does not works.
>
> So I set the job which responses only "OK" 1 minites before real job,
> it works.
>
> Hidetaka
>
> On May 26, 5:59 am, Steve Meyfroidt  wrote:
> > I had the same. I think there's a timeout while the instance is
> > started.
> >
> > I fixed it by scheduling a call to _ah/warmup a minute before the
> > first real work job. Now I see those warmups always fail, but the real
> > work gets done, presumably because the instance is up by the time
> > they're scheduled to run.
> >
> > Steve
> >
> > On May 24, 9:28 pm, Will  wrote:
> >
> >
> >
> >
> >
> >
> >
> > > I have a daily cron job running on backends instance. It has been run
> > > without problem until the last couple of days. The log shows
> "/_ah/start"
> > > and "/_ah/stop" have been invoked but not my work url. Yesterday I
> > > temporary scheduled one more occurrence and it ran properly, but today
> the
> > > same thing happened again.
> >
> > > It is on HDR.
> >
> > > Any ideas?
> >
> > > Thanks,
> >
> > > Will
>
> --
> 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.
>
>

-- 
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.