Re: [google-appengine] Re: zigzag merge

2018-06-29 Thread Attila-Mihaly Balazs
- There is an optional parameter to init_datastore_v3_stub which you can use to require indexes: require_indexes=True. In fact we initialize our stub like the following for our unittests: # this needs to be re-evaluated at every initialization since it's mutable and tests # might have

Re: [google-appengine] Re: zigzag merge

2018-06-29 Thread Vitaly Bogomolov
> What would be the use-case for the new feature? How would you use it, > exactly? A good use-case, well-formulated in step-by-step manner might > prove a great help for Developers to determine the importance of the new > feature and the urgency level for its implementation. > There is a

Re: [google-appengine] Re: Hey after two days I get a message the I cannot deploy my appengine becuase I already got too many version.

2018-06-29 Thread Guy Dviri
> > I reply thanks you 2 hours ago , but I don't see the reply in the thread , > google groups UI must change their layout in my opinion , > any way I like to ask @Ani one more thing , is it possible to block version from updating , let's say that it will be update only with special key,, or

[google-appengine] Re: gcloud enhacement ?

2018-06-29 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
You are correct. There is currently no API implementation or gcloud command for disabling/enabling Datastore writes (and this can only currently be done via the Cloud Console ). Since

[google-appengine] Can app engine host a Node JS worker?

2018-06-29 Thread Ryan Sacha
I came across the recent launch of Node JS serverless option on google app engine. My question is, would it be safe to host a Node JS worker app (like Kue or Bull) without app engine killing a running job midway to conserve server cost? I'm wary of Cloud functions because they seem to be for

[google-appengine] Re: Regarding Standard Environment For Node Js

2018-06-29 Thread 'George (Cloud Platform Support)' via Google App Engine
In reply to your questions: 1) You can specify network settings in your app.yaml configuration file, for example: network: instance_tag: TAG_NAME name: NETWORK_NAME subnetwork_name: SUBNETWORK_NAME forwarded_ports: - PORT - HOST_PORT:CONTAINER_PORT - PORT/tcp -

Re: [google-appengine] Re: zigzag merge

2018-06-29 Thread 'George (Cloud Platform Support)' via Google App Engine
Fully agreed here, it would be nice. As they say, usually the problem is in the details. In particular here, how would one determine how often is the index used? What would be the use-case for the new feature? How would you use it, exactly? A good use-case, well-formulated in step-by-step

[google-appengine] Re: Google app engine can requests fail while shifting traffic to the new version?

2018-06-29 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
The answer is different depending on the App Engine environment. GAE Standard for example, supports gradual traffic migration wherein you can enable 'warmup request' to prepare the new instances before those instances serve any traffic. In contrast, GAE Flex does not support gradual traffic

Re: [google-appengine] Re: Hey after two days I get a message the I cannot deploy my appengine becuase I already got too many version.

2018-06-29 Thread Ani Hatzis
Hello, when you deploy a new App Engine app version and do not specify a specific version, App Engine will create a new version automatically. You can see them in the Web UI under *App Engine > Versions* or in the shell: gcloud app versions list Many users utilize versions using traffic split

[google-appengine] Re: Serving Static Files, Issue with Content Security Policy

2018-06-29 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
This thread is off-topic for Groups for which is reserved for general discussion of GCP products and services, not for troubleshooting and/or reporting issues. If you suspect this is a defect on the platform, you have the option to file an issue tracker via the channels detailed here

[google-appengine] Re: Stackdriver: Thoughts?

2018-06-29 Thread 'Dinesh (Google Platform Support)' via Google App Engine
Hello Kaan, Thanks for your feedback and confirmation that the issue is resolved now. Just to add, you can find detailed information about Free and excluded logs, general tips about reducing your logs usage, Monitoring and pricing in this documentation[1]. This page[2] describes Logs

[google-appengine] Decline requests to the one GAE instance to use for them a other GAE instance

2018-06-29 Thread Aleksander Efremov
I use "Node.js" standard. Sometimes I need refresh "express.js" configuration. For it I should stop to accept a new requests, then wait while will resolved current requests and whether to restart the "express.js" or call "exit" GAE instance. How I can to notify the GAE manager that a new