off the top of my head.. you could define a cron job for every hour 9am, 10am, 11am, 12am with different names like job-9, job-10, job-11 but have them all point to the same url to initiate the cron job.
On Apr 18, 11:24 pm, Greg Tracy <[email protected]> wrote: > Is there a syntax for cron jobs that limits when they run? > > For example, can I specify that a cron job run every every hour > between 9am and 9pm? > > schedule: every 1 hour [except 10pm-8am] > > Is there a different, verbose syntax that lists every time it runs > rather than using some kind of exception clause? > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group > athttp://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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
