Hi,

I need a cron to run my app every monday to friday from 10AM to 4PM, 4
times per hour.

Can someone point me out how do it? I am having parsing issues. This
schedule does not parse in Eclipse when submitting:

<schedule>every monday,tuesday,wednesday,thursday,friday
10:00,11:00</schedule>

It chokes on the 10:0,11:00 part

This is fine: <schedule>every monday,tuesday,wednesday,thursday,friday
10:00</schedule>

What I really need is:

<schedule>every monday,tuesday,wednesday,thursday,friday
10:00,10:15,10:30,10:45, 11:00, 11:15</schedule>

and so on...

Thank you!

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

Reply via email to