Re: [google-appengine] Stange log (twice start with two successive requests)

2014-05-18 Thread Vinny P
On Sat, May 17, 2014 at 7:23 AM, Malleswari < malleswari.srinivasa...@a-cti.com> wrote: > May I know the reason for running same process in multiple > instances. I too faced this in my application, but it was not happened at > the time of loading the application instead, it happened while

Re: [google-appengine] Stange log (twice start with two successive requests)

2014-05-17 Thread timh
Tasks need to be written so that they are idempotent (ie can be run again at any point without changing the result). I don't know why you task is being run twice, but this is always a possible but unlikely outcome so they need to be able to deal with this possibility. T On Saturday, May 17, 2

Re: [google-appengine] Stange log (twice start with two successive requests)

2014-05-17 Thread Malleswari
Hi, May I know the reason for running same process in multiple instances. I too faced this in my application, but it was not happened at the time of loading the application instead, it happened while task queue was serving one request. The same request handled twice with different insta

Re: [google-appengine] Stange log (twice start with two successive requests)

2013-10-21 Thread sdnetwork
ok thanks there are two differents instance name. Le mardi 22 octobre 2013 05:19:32 UTC+2, Vinny P a écrit : > > On Fri, Oct 18, 2013 at 3:50 AM, > wrote: >> >> as you can see it seems that the application is loaded twice in two >> requests. >> > > > It's possible that the application loading is

Re: [google-appengine] Stange log (twice start with two successive requests)

2013-10-21 Thread Vinny P
On Fri, Oct 18, 2013 at 3:50 AM, wrote: > > as you can see it seems that the application is loaded twice in two > requests. > It's possible that the application loading is taking place within two different instances. Can you open up the logs details and check the instance property? If the instan

[google-appengine] Stange log (twice start with two successive requests)

2013-10-21 Thread sdnetwork
Hi, since yesterday i get this kind of log : [LOG] *2013-10-17 20:59:03.124 /myurl 200 21361ms 0kb Mozilla/5.0 (BB10; Kbd) AppleWebKit/537.10+ (KHTML, like Gecko) Version/10.1.0.4633 Mobile Safari/537.10+* I 2013-10-17 20:58:49.801 javax.servlet.ServletContext log: Initializing Spring root Web