Hi there

I'm trying to run a job *exactly every 1 minutes.*

My cron yaml contains this:

*- description: Foo*
*  url: /foo*
*  schedule: every 1 minutes synchronized*


However, the job is only executed* every 2 minutes.*
*
*
My current work around is this:

*- description: Foo_Even*
*  url: /foo*
*  schedule: every 2 minutes from 00:00 to 23:59*
*- description: Foo_Odd*
*  url: /foo*
*  schedule: every 2 minutes from 00:01 to 23:59*


But it's hacky IMHO.

Has anyone seen similar problems?

-Andrin

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