Does "every 1 hours" not work?

Or if you need the specific time, "every hour 00"

I'd try those.



On May 10, 5:01 pm, Luke <luke.hun...@gmail.com> wrote:
> Yeah I suppose thats only 24*60 = 1440 requests, not bad.
>
> On May 10, 1:51 pm, Sylvain <sylvain.viv...@gmail.com> wrote:
>
> > You can do this :
> > every 1 minutes  (or 2 minutes if you don't need to be very precise)
> > and check the time ?
>
> > if time != 9h (10,11,...):
> >   return
>
> > It is not perfect but it could work.
>
> > Regards ?
>
> > On 10 mai, 21:29, Luke <luke.hun...@gmail.com> wrote:
>
> > > I need something to happen every hour on the hour (e.g. 9:00, 10:00,
> > > 11:00) but the cron parser does not appear to support this. I can make
> > > 24 entries of the form every day 00:00, every day 01:00, every day
> > > 02:00 etc. but I'm only allowed 20 cron.yaml entries by google.
> > > Incidentally, its annoying that appcfg.py cron_info doesn't appear to
> > > have the same requirements as appcfg.py update (cron_info didn't
> > > inform me about the 20 entry limitation).
>
> > > Thanks,
> > > Luke
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to