The GAE notes are confusing to me for your scenario. Have you tried:
1. Setting up 19 cron jobs of the form
<schedule>every mon,tue,wed,thu,fri HH:MM</schedule>
where HH:MM is: 09:00, 09:30, 10:00, ..., 15:00
1. Setting up 1 cron job of the form
<schedule>every mon,tue,wed,thu,fri 09:00</schedule>
and using this cron job to do stuff and then set a deferred task
for 30 minutes' time (if earlier that 15:00).
On Sep 13, 2:52 pm, Matija <[email protected]> wrote:
> Hi,
> is there a way to define something like this ?
>
> <cron>
> <url>/cron/odgodjeni</url>
> <description>Jada jada</description>
> <schedule>every 30 minutes *every mon,tue,wed,thu,fri *from 06:00 to
> 15:00</schedule>
> <timezone>Europe/Zagreb</timezone>
> </cron>
>
> I don't want my cron job to starts on Saturdays and Sundays especially with
> new 15 minutes idle instance billing window.
>
> Tnx.
--
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.