[google-appengine] Re: Memcache Costs

2017-03-10 Thread Richard Cheesmar
Yes, I specified dedicated memcache in my question. So the sentence "Solely the amount of cache memory used gets billed" is a yes to the question? I will only get charged for the Megabytes of memcached used even though I have to select a minimum of 1 Gigabyte. On Friday, March 10, 2017 at

[google-appengine] Re: appengine TimeZone changed

2017-03-10 Thread Yashavanta S B
The issue is still there, even without setting the default time zone to GMT+00:00 in the ServletContextLIstener. Servlet is showing different timezone in development server. On Wednesday, March 8, 2017 at 12:59:54 AM UTC+5:30, Adam (Cloud Platform Support) wrote: > > The development server

[google-appengine] Can't become complainant

2017-03-10 Thread Tayler Mayer
Because my project is suspended, I cannot make changes to it to become complainant. I submitted an appeal 14 days ago on Feb 24 and have not received a response. This is taking too long. On the appeal page, it states: "You will receive a response within 2 business days." The violation is my

[google-appengine] Re: Memcache Costs

2017-03-10 Thread 'George (Cloud Platform Support)' via Google App Engine
The pricing you quote refers to dedicated Memcache (as shared Memcache is free). This provides a fixed cache capacity assigned exclusively to your application. You need to actually reserve this fixed capacity through the developers’ console. This is accomplished by navigating to App Engine →

[google-appengine] Re: Time Zone Changed

2017-03-10 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Hello Yashavanta, As you've already followed through on another thread, I have posted there about the function and use of time zones on the Google Cloud Platform. I will delete this thread as a duplicate as all relevant information is in the other thread. On Wednesday, March 1, 2017 at

[google-appengine] Re: appengine TimeZone changed

2017-03-10 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
I wholeheartedly agree with the recommendations of the community posted here. I will nevertheless reach out to the documentation team to see if and where this behavior can be documented. On Tuesday, March 7, 2017 at 2:29:54 PM UTC-5, Adam (Cloud Platform Support) wrote: > > The development

Re: [google-appengine] Re: Scheduling Tasks with User params

2017-03-10 Thread 'Alex Martelli' via Google App Engine
On Fri, Mar 10, 2017 at 11:52 AM, 'Jordan (Cloud Platform Support)' via Google App Engine wrote: > You can update the schedule of any CRON job by changing your cron.yaml >

Re: [google-appengine] Re: MemCache and NDB

2017-03-10 Thread Ivo Bellin Salarin
Sorry, Nick, but I still have some questions. Which are those keys that you've discovered to bypass that threshold? Are they effectively the ones related to NDB? If my hypothesis is right, how to distribute the charge in a better way? Many thanks, Ivo Le ven. 10 mars 2017 01:06, 'Nick (Cloud

[google-appengine] Re: Scheduling Tasks with User params

2017-03-10 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
You can update the schedule of any CRON job by changing your cron.yaml and redeploying it . You

[google-appengine] Re: Deploying a custom sidecar container in flexible

2017-03-10 Thread Mikko Sivulainen
Exactly, it would be nice to separate the reverse proxy that provides access to some other service from the app. Another use case is adding a second fluentd container so we could send log events to our own monitoring system and not just stackdriver. We could either create a new container

[google-appengine] Re: Is cron.yaml supported with custom runtimes?

2017-03-10 Thread 'Adam (Cloud Platform Support)' via Google App Engine
There's another doc which goes into more detail about these steps for the flexible runtime, Scheduling Jobs with cron.yaml . On Wednesday, March 8, 2017 at 6:30:22 AM UTC-5, Ben Rometsch wrote: > > Ah thats

[google-appengine] Re: Deploying a custom sidecar container in flexible

2017-03-10 Thread 'Zachary Fewtrell' via Google App Engine
Hi Mikko, Currently App Engine flex does not support definition of sidecars or multiple containers. Can you go into more detail about your use case? Are you hoping to use a standard reverse proxy as a separate container so you can have clean separation of the reverse proxy from the

[google-appengine] Memcache Costs

2017-03-10 Thread Richard Cheesmar
In the docs regarding costs, dedicated Memcache is priced at 0.06 USD per GB an hour. On the price calculator you can specify MB of memcache per hour. So are you charged on a Mb basis per hour if you are using say no more than 50MB per hour? -- You received this message because you are

[google-appengine] Re: Google App Engine went GA

2017-03-10 Thread 'Zachary Fewtrell' via Google App Engine
Hi Marco, More specifically App Engine flexible environments went GA. This is the new language support and the Docker container support. App Engine standard environment has been GA for some time. Regards, Zach On Friday, March 10, 2017

[google-appengine] Re: Deploying the course builder on Mac

2017-03-10 Thread 'George (Cloud Platform Support)' via Google App Engine
More information is needed to assess your situation and search for a solution. What were you exactly doing when the error message appeared? What command did you run, exactly? What steps will reproduce the problem? What is the expected output? What do you see instead? What is the output of

[google-appengine] HTTP Cloud load Balancer 502 intermittent responses , doesn’t let request reach our backend services

2017-03-10 Thread Jorge Barrachina
Description of the problem : HTTP Cloud load Balancer 502 intermittent responses , doesn’t let request reach our backend services. It seems that this problem rise up randomly . Maybe related with https://groups.google.com/forum/#!topic/google-appengine-downtime-notify/C_fCwHb73wc issued on

[google-appengine] Google App Engine went GA

2017-03-10 Thread Marco Galassi
Google App Engine went GA. This was announced on Google Next '17 http://www.infoworld.com/article/3179151/application-development/google-app-engine-adds-c-nodejs-and-ruby-options.html -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To

[google-appengine] Scheduling Tasks with User params

2017-03-10 Thread Marco Galassi
I would like to find a way to run repeated jobs (such as cron jobs) with some parameters. For example, if I would like to have an email service that every day sends out emails to every user of the application. This could be done via cron, but I would like to add a layer of "personalization"