Hi, If a small delay in fetching the page will cause problems, perhaps you should consider using either backends or longer running tasks. So instead of fetching the page and returning, you'll fetch the page, process it, wait until it is time to do it again, then do it again. Perhaps that will help.
If not explain more about what your doing and perhaps another idea will emerge. Robert On Saturday, January 21, 2012, samjang <[email protected]> wrote: > I have a service use cron job to get a web site. Sometime it work > fine. but sometime it will be delay. I think my server not get new > page every time. How can I do? > > -- > 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. > > -- ------ Robert Kluin Ezox Systems, LLC -- 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.
