Richard
> --
> 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-a...@googlegroups.com.
> To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
>
>
On Mar 7, 12:07 pm, Sapan Bhatia <gwsa...@gmail.com> wrote:
> Hi Richard, You might want to look at the Task Queue API. You could
> for instance make your job schedule itself at T+20 seconds as a task,
> after making sure that T+20 > the timestamp of the last scheduling of
> the job. Then have a "monitor" cron job check every once in a while
> that the chain didn't break because of some exception, and if so then
How can I get a cron job to run every 20 seconds? Run 3 identical ones
every minute?
cron job generating tasks - perfect!