Re: [google-appengine] Re: did App Engine change instance scheduler algorithm in the past month?

2018-05-07 Thread Nickolas Daskalou
Our bills increased 30-40% in March and April compared with previous months, e.g. for one of our projects: We were definitely surprised by the big increase and planned on investigating soon. The new scheduler could be the culprit. Who can we ping at Google to look into this further? Nick On

Re: [google-appengine] Re: did App Engine change instance scheduler algorithm in the past month?

2018-05-07 Thread 'Steren Giannini' via Google App Engine
This is correct, we introduced the "max_instances" parameter for the "automatic_scaling" section of the app.yaml for AppEngine *standard*. This change might still not be rolled out to your app, but feel free to give it a try. On Mon, May 7, 2018 at 9:09 PM Attila-Mihaly Balazs

Re: [google-appengine] Re: did App Engine change instance scheduler algorithm in the past month?

2018-05-07 Thread Attila-Mihaly Balazs
Hi Steren, Could you please confirm that this is right? You introduced the "max_instances" parameter for the "automatic_scaling" section of the app.yaml for AppEngine *standard*? (because the docs are not yet update). If so, thank you!! This solves a potential DoS issue for us where too many

[google-appengine] Re: App Engine Identity Aware Proxy AJAX requests failing with HTTP code 405

2018-05-07 Thread Attila-Mihaly Balazs
I think the answer is the same as for the previous question: your URLFetch is acting like an external client (ie. running cURL from your laptop) and it's being redirected to the authentication page (which is on a completely different set of servers and doesn't respond to OPTIONS). Attila --

[google-appengine] Re: App Engine IAP Authentication failing on AJAX requests to my deployed server

2018-05-07 Thread Attila-Mihaly Balazs
AFAIK Urlfetch works just like any external client (so just like using cURL from your machine), so if it isn't authenticated, it will be redirected to the authentication page. If you don't need synchronous communication, you can take a look at taskqueues:

Re: [google-appengine] Re: did App Engine change instance scheduler algorithm in the past month?

2018-05-07 Thread 'Steren Giannini' via Google App Engine
Hi, I am a product manager on the App Engine team. We indeed rolled out a new scheduler over the last months. This happened gradually across all regions and all apps, and we closely monitored the rollout using performance and billing metrics. Within a few weeks, we will be publishing this change

[google-appengine] Re: Two of my gae projects has been disabled billing but still gets charged.

2018-05-07 Thread Tapir
On Monday, May 7, 2018 at 4:32:13 PM UTC-4, George (Cloud Platform Support) wrote: > > After you close your billing account, we will bill you for the usage you > accrued prior to cancelling your service. This bill will be the last bill > you receive, unless you reactivate service. You may

[google-appengine] Re: Maintaining dev, qa, staging, prod environments

2018-05-07 Thread Blaine Garrett
This is generally the best practice for production grade applications. For example, you might have loser permissions for a dev/qa environment but should have strict permissions for production. Similarly, you might have smaller instances for dev/qa to save cost and help performance tune but have

[google-appengine] Re: Maintaining dev, qa, staging, prod environments

2018-05-07 Thread 'Taher (Cloud Platform Support)' via Google App Engine
Hello Will, It is suggested for cloud-based software projects to be employed multiple environments . It's vital that these environments be completely isolated from one another, and they typically

[google-appengine] Re: Two of my gae projects has been disabled billing but still gets charged.

2018-05-07 Thread 'George (Cloud Platform Support)' via Google App Engine
After you close your billing account, we will bill you for the usage you accrued prior to cancelling your service. This bill will be the last bill you receive, unless you reactivate service. You may gather more detail from the "Create, Modify, or Close Your Billing Account" documentation page

[google-appengine] Re: Cloud Functions Triggers for Pub/Sub

2018-05-07 Thread 'George (Cloud Platform Support)' via Google App Engine
Delivery is one type of event that may be used to trigger a cloud function. There are others, independent of the duplicate delivery aspect. How would you like the trigger to be implemented? Would you like a message to be sent once, even if delivery happened actually multiple times? More detail

[google-appengine] App Engine Identity Aware Proxy AJAX requests failing with HTTP code 405

2018-05-07 Thread 'Devin Dykhoff' via Google App Engine
I have a similar issue as this question (but with a key difference - I'm hitting my own API): 405 when authenticating using Google Auth, Angular 4, ASP.Net Core 2 I am using

[google-appengine] App Engine IAP Authentication failing on AJAX requests to my deployed server

2018-05-07 Thread 'Devin Dykhoff' via Google App Engine
It feels like there's a missing link here, but I've followed the IAP docs to the letter for setting up IAP authentication in my app and I'm stilling running into issues, so here we go.. I have a Node.js application deployed in the App Engine flexible environment. It serves some basic content

Re: [google-appengine] Re: redirecting to login page

2018-05-07 Thread 'George (Cloud Platform Support)' via Google App Engine
Have you run gclud auth login for your project? You may have a look at the "Creating an App Engine Standard Application" documentation page as well. -- You received this

Re: [google-appengine] ENV variables from app.yaml not available during npm postinstall

2018-05-07 Thread 'Steren Giannini' via Google App Engine
Hi, The install and postinstall steps do not happen in the same environment as the serving environment, they are done in Google Container Builder. Once the app is built, it is moved to the serving environment. I would need to double check, but I do not think env variables defined in app.yaml are

[google-appengine] Cloud Functions Triggers for Pub/Sub

2018-05-07 Thread Roxana Ioana Mirel
Hello, I have a question regarding the Cloud Function triggers for Pub/Sub. The Pub/Sub ensures *at least once delivery*, but doesn't guarantee that a message is sent only once, in some cases it might not: *"Typically, Cloud Pub/Sub delivers each message once and in the order in which it was

[google-appengine] Maintaining dev, qa, staging, prod environments

2018-05-07 Thread Will H
Hi all, Is it best practice to maintain different google cloud projects for each environment (dev, qa, prod) for all google cloud services. I.e. I mean your dev project might have a google app, sql database, and compute instance that mirror your prod (except of course for the feature you

[google-appengine] Two of my gae projects has been disabled billing but still gets charged.

2018-05-07 Thread Tapir
I have disabled billing for the two project at May 3rd. But their quotas pages still show they are charged at May 4th and May 5th. Is this a bug of GAE? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and