[google-appengine] Background Threads Prevent Shutting Down of Basic Scaling Modules

2016-12-08 Thread Tolga Tanrıverdi
Hi We're using 5 modules in our Google App Engine application and all modules uses auto scaling but only 1 of the modules have a background threading function so its using basic scaling with the following configuration: 2 2m As you see instance should be closed in 2 minutes,

[google-appengine] Re: Background Threads Prevent Shutting Down of Basic Scaling Modules

2016-12-09 Thread Tolga Tanrıverdi
Yes Jordan you're right the part that keeps my instance open is: (I've removed the polling queue code and sleep part ,the instance shutdown successfully) Thread.sleep(MILLISECONDS_TO_WAIT_WHEN_NO_TASKS_LEASED); which sleeps the thread for 2.5 seconds if there is nothing in the queue then poll

[google-appengine] Backend instances are not deployed

2015-08-31 Thread Tolga Tanrıverdi
I'm using google app engine for my IOS and Android application's server needs(Storing contents and datas for my applications) And I'm also using app engine to send push notifications to mobile clients. I'm using the below library to send push notifications: https://github.com/GoogleCloudPlatfo

[google-appengine] Re: Backend instances are not deployed

2015-09-01 Thread Tolga Tanrıverdi
using a > Manually scaled module. > > In any case, in your specific case, what is getting called to start your > worker? Do you do the call yourself, is it part of your application? > > Cheers > > > > On Monday, August 31, 2015 at 7:06:57 PM UTC-4, Tolga Tanrıverdi

[google-appengine] AppEngine Custom Domain Cannot Be Reached By Some Operators

2017-04-24 Thread Tolga Tanrıverdi
Hi I've created a custom domain and ssh key for my appengine app, it works fine with lots of operators in our country(Turkey). But only with vodafone LTE the custom domain doesnt work, so the people who are using vodafone network can only use *.appspot.com domain to use our application. For tes

[google-appengine] Re: AppEngine Custom Domain Cannot Be Reached By Some Operators

2017-04-24 Thread Tolga Tanrıverdi
nclude network congestion, failure of the > ARP request, packet filtering, routing error or a silent discard. > > - Jun > > > On Monday, April 24, 2017 at 2:43:58 PM UTC-4, Tolga Tanrıverdi wrote: >> >> Hi >> I've created a custom domain and ssh key fo

[google-appengine] Custom Domain and ISP Problem

2017-05-22 Thread Tolga Tanrıverdi
Hi We are using GAE in our backend infrastructure, and we are also using SSL and custom domain on our App Engine Application Our custom domain is : https://customer.meeapps.com.tr It works fine when I'm trying to reach it with my ISP (Turk Telekom). When I ping it it always returns success Howe