[google-appengine] Re: Whoa!! What happened to cron?

2009-05-01 Thread 风笑雪
You can check the logs and make sure it runs every seconds.
I think you may just has a loop in your script that looks always running.

2009/5/1 MajorProgamming 

>
> I don't know if it's only happening by me but my crons are running
> every second!!!
>
> Here is a copy of my cron.yaml:
> cron:
> - description: send at night
>  url: /cron/night
>  schedule: every sun,mon,tue,wed,thu,fri of apr,may,jun 1:30
> - description: send by day
>  url: /cron/day
>  schedule: every sun,mon,tue,wed,thu,fri of apr,may,jun 15:30
>
> But it's currently generating constant requests! Help!
> >
>

--~--~-~--~~~---~--~~
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: Whoa!! What happened to cron?

2009-05-02 Thread MajorProgamming

Nope. But now it's fixed. Must've been a fluke.

On May 1, 3:33 am, 风笑雪  wrote:
> You can check the logs and make sure it runs every seconds.
> I think you may just has a loop in your script that looks always running.
>
> 2009/5/1 MajorProgamming 
>
>
>
> > I don't know if it's only happening by me but my crons are running
> > every second!!!
>
> > Here is a copy of my cron.yaml:
> > cron:
> > - description: send at night
> >  url: /cron/night
> >  schedule: every sun,mon,tue,wed,thu,fri of apr,may,jun 1:30
> > - description: send by day
> >  url: /cron/day
> >  schedule: every sun,mon,tue,wed,thu,fri of apr,may,jun 15:30
>
> > But it's currently generating constant requests! Help!
--~--~-~--~~~---~--~~
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: Whoa!! What happened to cron?

2009-05-07 Thread dan

I had a same problem :(
I had a holy days then return to my office
Big surprise!! Error log is full of cron
what happened?
My cron job send email and send sms
My client complain for sms bombing

On 5월3일, 오전10시18분, MajorProgamming  wrote:
> Nope. But now it's fixed. Must've been a fluke.
>
> On May 1, 3:33 am, 风笑雪  wrote:
>
>
>
> > You can check the logs and make sure it runs every seconds.
> > I think you may just has a loop in your script that looks always running.
>
> > 2009/5/1 MajorProgamming 
>
> > > I don't know if it's only happening by me but my crons are running
> > > every second!!!
>
> > > Here is a copy of my cron.yaml:
> > > cron:
> > > - description: send at night
> > >  url: /cron/night
> > >  schedule: every sun,mon,tue,wed,thu,fri of apr,may,jun 1:30
> > > - description: send by day
> > >  url: /cron/day
> > >  schedule: every sun,mon,tue,wed,thu,fri of apr,may,jun 15:30
>
> > > But it's currently generating constant requests! Help!

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