yes, I believe it might be more related to initializing the handlers than another server... my cron url is handled in another py file.
I am not looking for an accurate diagnostics, just some hints that I can avoid or consider. Regards, On Jun 24, 8:25 pm, djidjadji <[email protected]> wrote: > It could be that the cron jobs are run on a different farm of computers. > If you call cron every 5 min it means the server has to start cold for > every cron request. > If you use the regular URL from a browser or such you likely have a > warm server running. > > 2009/6/24 Mariano Benitez <[email protected]>: > > > > > > > Hello, > > > Now that I got cron, I moved something I used to do in a normal > > handler to use a cache and refresh every 5 minutes. > > > What I discovered now is that what used to take 400ms in the normal > > handler is now taking 800+ms in the cron handler. (I do the exact same > > thing, really) > > > I don't know if cron handlers are being cached or since I do it not > > very frequently I have to pay that price. > > > Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
