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 reschedule it at the next appropriate time.
On Sun, Mar 7, 2010 at 5:58 AM, Richard <[email protected]> wrote: > How can I get a cron job to run every 20 seconds? Run 3 identical ones > every minute? > > 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 [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. > > -- 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.
