I could be wrong, but in my experience "every 5 minutes synchronized"
means that each scheduled task starts 5 minutes after the previous one
started, and that the first start is at last configuration-upload-to-
GAE time.

You could have your scheduled task run every 5 minutes, and then have
a time detect. If the time is close enough then run your processing
from within your scheduled task, otherwise enqueue a task to run at
exactly the time you want (with a delay of between zero and 5
minutes).

On Nov 22, 6:35 am, "senderj2...@yahoo.com" <senderj2...@yahoo.com>
wrote:
> I can use "every 5 minutes synchronized" to schedule cron job to run
> at 05, 10, 15, 20 etc of every hour. How can I schedule cron job to
> run at 06, 11, 16, 21 .... (1 minute off) of every hour?

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