[google-appengine] Re: Sporadic server error since March 1 (Python)

2022-03-10 Thread Viktor Bresan
anaged#loading_requests > > [4] > https://cloud.google.com/blog/products/gcp/best-practices-for-app-engine-startup-time-google-cloud-performance-atlas > > [5] https://cloud.google.com/support-hub > > > On Tuesday, March 8, 2022 at 6:33:43 PM UTC-5 Viktor Bresan wrote: &g

[google-appengine] Re: Sporadic server error since March 1 (Python)

2022-03-08 Thread Viktor Bresan
type, since they can > inspect your GAE service and provide you with more useful information. > > On Saturday, March 5, 2022 at 12:11:16 PM UTC-5 Viktor Bresan wrote: > >> >> Many thanks for your tips! The trace is not available for failed request, >> for all other it

[google-appengine] Re: Sporadic server error since March 1 (Python)

2022-03-05 Thread Viktor Bresan
Many thanks for your tips! The trace is not available for failed request, for all other it is. I haven't pasted log earlier, perhaps I should, because (in my opinion) it isn't showing anything. Here it is (attached). Meanwhile, I have switched to instance class F2 and so far the problem did

[google-appengine] Sporadic server error since March 1 (Python)

2022-03-03 Thread Viktor Bresan
Since two days ago I have started to experience sporadic server errors. I.e. for a period of time, everything is working OK, and then for a period of time all calls to my python scripts are failing. The following message is displayed in browser: Error: Server Error The server

[google-appengine] Re: 20,000% cost increase in July

2021-09-11 Thread Viktor Bresan
My answer here includes details how to limit the number of instances: https://serverfault.com/a/1073568 On Thursday, September 2, 2021 at 4:49:44 PM UTC+2 Tapir wrote: > The same for me. 10x more cost increase in Judy and August. > > On Monday, August 9, 2021 at 4:34:34 AM UTC-4 Vikt

[google-appengine] Re: 20,000% cost increase in July

2021-08-09 Thread Viktor Bresan
Guys from Google claimed that they didn't change anything. I suspect the scheduling algorithm that launches additional instances has changed. For me the solution was (it was their recommendation) to limit the maximum number of instances and maximum number of idle instances to 1. -- You

[google-appengine] 20,000% cost increase in July

2021-07-29 Thread Viktor Bresan
Hello everyone! I haven't deployed new versions recently and there is no increase in traffic. But the billing is showing 20,000% cost increase starting from July. I have contacted the support and they didn't have a clue why it happened. My request was forwarded to technical support a week

[google-appengine] Re: Adding MultiUserChat to the all new XMPP support :)

2009-10-01 Thread Viktor Bresan
I couldn't find this issue opened, so I have created one. It's here: http://code.google.com/p/googleappengine/issues/detail?id=2189 Meanwhile, does anyone have any suggestions regarding some kind of workaround? I would like to implement multi-user XMPP chat on app engine and I don't know where