Are you trying to force it to cycle? A deploy will do that, but there's a limit to the number of deploys you can do a day. Beyond that, the only way to unintentionally cause it to cycle would be to crash the instance, I suppose. It doesn't sound like that is what is happening here.
On Thu, Feb 25, 2010 at 2:11 PM, Jake <[email protected]> wrote: > Hey all, > > I know that instance recycling times are not ideal - that's not my > problem here. I'm wondering if it is possible to unintentionally > cause GAE to drop your instance and restart it? > > I'm using the Wicket framework. Everything works locally, but when I > deployed today, I experienced 5 instance restarts in the span of three > minutes - each restart is 15-20 seconds. > > I'm not seeing any exceptions in the logs. My quotas, load, etc are > all fine (practically non-existent). Application behavior is perfect > - just with delays. > > The only strenuous thing I'm doing is loading/processing a 350K XML > document into a Java object when the instance starts. > > AppID: http://jacob-brookover.appspot.com > > Look at the Library and Start Reading the first two pages of Call of > the Wild. > > This project is a port of an existing project that has gone through > pretty rigorous testing, usage. > > Thanks! > > Jake > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > > -- Ikai Lan Developer Programs Engineer, Google App Engine http://googleappengine.blogspot.com | http://twitter.com/app_engine -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.
