[google-appengine] Instances

2011-05-03 Thread Eduardo Perrino
Hi!! We have problems with the instance feature of appengine. Today we have got 16 instances, and we've detected that many of them when receive a request, it has to start the application again. So our application consumes a lot of cpu because our startup process is a little heavy. To solve this

Re: [google-appengine] Instances

2011-05-03 Thread Robert Kluin
Hi Eduardo, Perhaps you could explain "we've detected that many of them when receive a request, it has to start the application again" more precisely. It is rather hard to give any advise other than make your app startup faster based on the information you've provided (for me at least). Also,

Re: [google-appengine] Instances

2011-05-03 Thread Eduardo Perrino
Hi Robert, I try to explain better: Our application has 16 instances assigned by appengine automatically and three of them are "always on". It doesn't have many requests, in fact, the time between them is large enough to appengine undeploy the application. So appengine is starting the application

Re: [google-appengine] Instances

2011-05-03 Thread Anze Cesar
We have a similar problem. I've disabled the app, so all instances were turned off and upon enabling it again, there were instantly 8 instances running. We're also seeing weird behavior as it seems that not all instances have the same state (which really puzzles me, since the app is stateless). I t

Re: [google-appengine] Instances

2011-05-04 Thread Stephen
Try this: http://code.google.com/appengine/docs/java/config/appconfig.html#Using_Concurrent_Requests Hopefully you will end up with fewer, warmer instances. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send em

Re: [google-appengine] Instances

2011-05-04 Thread Eduardo Perrino
Thank you!! But we are using now concurrent requests and the problem persists. 2011/5/4 Stephen > Try this: > > > http://code.google.com/appengine/docs/java/config/appconfig.html#Using_Concurrent_Requests > > Hopefully you will end up with fewer, warmer instances. > > -- > You received this mes

Re: [google-appengine] Instances

2011-05-04 Thread Robert Kluin
Hi Anze, Are you changing / caching things in 'local' memory or something? It is stateless in that requests may go to any instance, not the same one each time. Robert On Wed, May 4, 2011 at 02:16, Anze Cesar wrote: > We have a similar problem. I've disabled the app, so all instances were

Re: [google-appengine] Instances

2011-05-04 Thread Anze Cesar
No we're not storing anything in local memory. One thing that's happening constantly is we delete all entities of a given type for a user, clear the list from cache and it seems fine, but when the user refreshes, the entities are back, often for a couple of refreshes and then they're gone again. Of

Re: [google-appengine] Instances

2011-05-04 Thread Robert Kluin
High-replication datastore? On Wed, May 4, 2011 at 10:43, Anze Cesar wrote: > No we're not storing anything in local memory. > One thing that's happening constantly is we delete all entities of a given > type for a user, clear the list from cache and it seems fine, but when the > user refres

Re: [google-appengine] Instances

2011-05-04 Thread Anze Cesar
Master/slave On Wed, May 4, 2011 at 4:44 PM, Robert Kluin wrote: > High-replication datastore? > > > > > > > On Wed, May 4, 2011 at 10:43, Anze Cesar wrote: > > No we're not storing anything in local memory. > > One thing that's happening constantly is we delete all entities of a > given > > ty

Re: [google-appengine] Instances

2011-05-05 Thread Robert Kluin
Sounds pretty strange. You sure it is not a local browser cache or something like that? On Wed, May 4, 2011 at 13:14, Anze Cesar wrote: > Master/slave > > On Wed, May 4, 2011 at 4:44 PM, Robert Kluin wrote: >> >> High-replication datastore? >> >> >> >> >> >> >> On Wed, May 4, 2011 at 10:43

[google-appengine] instances dying

2014-07-11 Thread Alexander Botov
Greetings, We observe this common pattern lately, that the whole front end instance group is restarted even one of the instances has memory problems and has to be rebooted. This happens regularly couple of times a day (depending on the usage), instances are Java. Anyone else with this proble

[google-appengine] Instances + Memcache + Users

2011-09-08 Thread jay
Quick question, In my app users "do work" on some data. Every action they do I have to pull the data out of the datastore, unpickle it, do the transform, pickle it again and put it back in the datastore. Do today I'm doing some optimization where I'll look in the memcache first for the unpicked

Re: [google-appengine] instances dying

2014-07-12 Thread Vinny P
On Thu, Jul 10, 2014 at 10:18 AM, Alexander Botov wrote: > We observe this common pattern lately, that the whole front end instance > group is restarted even one of the instances has memory problems and has to > be rebooted. This happens regularly couple of times a day (depending on the > usage)

Re: [google-appengine] instances dying

2014-07-14 Thread Alexander Botov
Hi Vinny, Thanks for the reply. On your questions (see comments below) On Sunday, July 13, 2014 7:24:22 AM UTC+3, Vinny P wrote: > > On Thu, Jul 10, 2014 at 10:18 AM, Alexander Botov > wrote: > >> We observe this common pattern lately, that the whole front end instance >> group is restarted ev

Re: [google-appengine] instances dying

2014-07-14 Thread Vinny P
On Mon, Jul 14, 2014 at 7:23 AM, Alexander Botov wrote: > No, the others are not close to their memory limit. We have one resident > instance running, it's not at all close to the memory limit > I can't say for sure whether the latency periods are longer or not - gut > feel is that they are, at

Re: [google-appengine] instances dying

2014-07-16 Thread Alexander Botov
Thanks for your reply Vinny, Helpful, your explanation makes sense for me, but I think we need answer from Google engineer. Guys from Google, any hint what might be the problem? Best Regards, -- Alex On Tuesday, July 15, 2014 7:39:18 AM UTC+3, Vinny P wrote: > > On Mon, Jul 14, 2014 at 7:23 A

[google-appengine] Instances/Java go crazy

2012-07-30 Thread Mos
Anyone else seeing issue with GAE instance management? In one minute - 10 requests - around 5 instances are started. Old ones do not response. New instances are created again and again... http://code.google.com/p/googleappengine/issues/detail?id=7910 -- You received this message because you are

[google-appengine] Instances keep shutting down

2013-03-04 Thread Kiran Nanisetti
My app id is cityvertical (HRD) Most of today 3/4/2013 (not sure if this happened yesterday) instances kept shutting down very quickly (probably withing a minute) Earlier in the day, the system status reported issues with the task queue. I have seen this issue being reported often when the task

[google-appengine] Instances shut down quickly

2014-04-27 Thread Béla Uzonyi
A couple of days ago my instances started to shut down quite quickly, in a few minutes, sometimes right after serving the initiating request. I did not change the configuration recently. Anyone having similar issues? -- You received this message because you are subscribed to the Google Groups

[google-appengine] Instances, cold start and pending_ms

2010-10-22 Thread Matija
1. Does pending_ms in my task queue request log means that my task queue request waits until some old instances are free or new instance is created ? 2. Why my web request with cold start has pending_ms, what does it means then ? 10-22 07:44AM 06.878 ms=34 cpu_ms=47 api_cpu_ms=8 cpm_usd=0.001337

[google-appengine] Instances questions - static files cost $$$!

2011-11-15 Thread Kate
Even though I have complied with the python definition for my static files diectoroes the static files (style sheets, images) are STILL showinfg as instance requests on my dashboard! " Due to the way estimates are calculated, the sum of individual resource costs may not match the displayed total e

[google-appengine] Instances - How do they work?

2011-11-21 Thread WallyDD
I am little confused with how these instances work. How long does an instance stay alive? A site in Python 2.5 (M/S) fires up an instance when it is accessed and the instance stays alive for minutes after. With Python 2.7(HRD) the instance is killed off after a matter of seconds. So I either have

Re: [google-appengine] Instances/Java go crazy

2012-07-30 Thread Rerngvit Yanggratoke
Just try with my app in Java runtime and do not find the problem. Which runtime you are using? On Mon, Jul 30, 2012 at 5:47 PM, Mos wrote: > Anyone else seeing issue with GAE instance management? > In one minute - 10 requests - around 5 instances are started. Old ones > do not response. New inst

Re: [google-appengine] Instances/Java go crazy

2012-07-30 Thread Mos
> Which runtime you are using? GAE/Java 2.7 On Mon, Jul 30, 2012 at 5:50 PM, Rerngvit Yanggratoke wrote: > Just try with my app in Java runtime and do not find the problem. Which > runtime you are using? > > On Mon, Jul 30, 2012 at 5:47 PM, Mos wrote: >> >> Anyone else seeing issue with GAE ins

Re: [google-appengine] Instances/Java go crazy

2012-07-31 Thread Kristopher Giesing
Just noticed this thread. I'm seeing this as well. More details here: https://groups.google.com/forum/?fromgroups#!topic/google-appengine/rjZhjMEAXUI On Monday, July 30, 2012 9:37:08 AM UTC-7, Mos wrote: > > > Which runtime you are using? > > GAE/Java 2.7 > > -- You received this message be

Re: [google-appengine] Instances questions - static files cost $$$!

2011-11-15 Thread Amy Unruh
Kate, You can set a global default cache period for all static file handlers in your app.yaml file, using 'default_expiration' as described here: http://code.google.com/appengine/docs/python/config/appconfig.html#Static_File_Handlers That should let you reduce the number of static file requests t

[google-appengine] Instances trying to start and failing.

2013-06-25 Thread Aswath Satrasala
Hello Appengine Team, http://accountingguru-india.appspot.com customers are facing the latency issues, and are not able to login to the application. Logs show the following A problem was encountered with the process that handled this request, causing it to exit. This is likely to cause a new proc

[google-appengine] instances screen - View Logs not working - unnecessary instance

2013-04-02 Thread Aswath Satrasala
Hello, In the attached instances screen from the Admin console, I click on the 'View Logs' link, and there are no logs displayed. As per the documention, https://developers.google.com/appengine/docs/adminconsole/instances, the third column 'Request' is the number of Requests in the last minute. M

[google-appengine] Instances spinning up and down - website totally unreliable...

2013-09-25 Thread dimi
Just like Monday, tonight (GTM+1) GAE has proven to be completely unreliable when it comes down to scaling (again). Instances keep dying and spinning up and I get 500 http errors... The 'funny' thing is.. when I browse to an other version (not the default one - so on the appspot domain), I DON'

[google-appengine] Instances spinning up and down - website totally unreliable...

2013-09-25 Thread Cesium
You are not alone. This problem has embarrassed me in front of customers. I'm not amused. David -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-ap

[google-appengine] Instances restart on reaching maximum number of requests

2016-07-18 Thread Iliya Novikov
Hello, We are experiencing an issue in the following setup. We have a module that processes tasks from a push queue. The module is using automatic scaling. Normally it runs around 8 instances and processes around 200 tasks per second. Recently I noticed that there are spikes in the App Engine

[google-appengine] instances are spinning - how to specify fixed instances.

2015-08-14 Thread Rajesh Gupta
Hi, We are in the process of looking at our latency issues In this context, it is becoming very difficult, because the instances are spinning and getting killed. So, we don't have the logs of the which instance are serving the request, because the instances are shutdown immediately, and if we go i

[google-appengine] Instances still getting killed and causing user 500's

2013-02-27 Thread Kinesh Patel
On Python 2.7 paid app. Setting an idle instance seems to mitigate this, but every time a new dynamic instance is spawned or hit i get this problem. Definitely not normal behavior. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubs

[google-appengine] instances dying is a permanent states for datastore apps?

2013-03-11 Thread Rafael Sanches
Hello, I have the application "yumyumlabs" and all of my users are complaining about "slowness" or broken connections. To my surprise I went to the appengine console to see that my instances were dying out of nothing. No releases were made on my side and this seems a new behavior. This happen

[google-appengine] Instances on non-default version not shutting down after 15 minutes?

2011-11-07 Thread Kenneth
I tried a url on a non-default version to test a change. It spun up an instance as expected but doesn't appear to be shutting down. I has been idle for a while now. When should this shut down? Am I billed for its instance hours?

Re: [google-appengine] Instances on non-default version not shutting down after 15 minutes?

2011-11-07 Thread Brian Quinlan
Hey Kenneth, The number of instances that you are billed for (and cost you free quota) can be less than the total number of instances. Look at the "Instances" graph in the "Dashboard" tab in Admin Console and you should see a green line representing billed instances - that is what you are billed

Re: [google-appengine] Instances on non-default version not shutting down after 15 minutes?

2011-11-07 Thread Kenneth
The billed green line doesn't show up when viewing the non-default version. Does that mean everything not on the default version is free? H -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit

Re: [google-appengine] Instances on non-default version not shutting down after 15 minutes?

2011-11-07 Thread Brian Quinlan
On Mon, Nov 7, 2011 at 8:28 PM, Kenneth wrote: > The billed green line doesn't show up when viewing the non-default version. >  Does that mean everything not on the default version is free?  H Unfortunately, no ;-) It looks like a bug in the graph. We'll look into it ASAP. Cheers, Brian

Re: [google-appengine] Instances on non-default version not shutting down after 15 minutes?

2011-11-07 Thread Jon McAlister
To clarify, the billed instances graph (i.e. the green line) will only be present on the default version for your app. This is because of many subtleties (e.g. the formula is per-app not per-version, the admin-console only renders graphs per version), but as long as the default version serves almos

[google-appengine] Instances constantly crashing, Eclipse/App Engine not properly accepting new version(files) apps

2012-06-15 Thread Rohan Chandiramani
Fine folks, I have two different problems with app engine today. #1 This is on version 3. Since early this morning the instances my instances just keep crashing for no reason, i haven't done any deploys during that time. #2 This is on version 4. Every 1-2 weeks i deploy a new version op App E