[google-appengine] Feedback on App Engine Task Queue

2017-09-22 Thread 'Steren Giannini' via Google App Engine
Dear App Engine users, If you are using App Engine Task Queue, please take one minute to answer these three questions: https://goo.gl/forms/Eaag1Ftl8X8YKiht2 Your feedback will help us build a better service. Thanks, Steren Product Manager, Google Cloud Platform -- You received this message

[google-appengine] Re: App Engine Websockets! PLEASE HELP

2017-11-06 Thread 'Steren Giannini' via Google App Engine
Hi, I am a Product Manager on App Engine. Websockets is a feature we are actively working on and that is currently in alpha stage for App Engine Flexible environment. If you want to get an early access in order to validate your app runs as expected, please fill this form: https://goo.gl/forms/bA

[google-appengine] Re: Why I (can not) choose AppEngine Flexible

2017-11-20 Thread 'Steren Giannini' via Google App Engine
Thanks for the detailed feedback. We value it a lot and it helps us orient the direction of our products. Regarding managed services: A new API, currently in Alpha, called "Cloud Tasks API" allows you to submit push tasks from App Engine Flex. Get whitelisted by filling this form: https://goo.gl

[google-appengine] Re: Cloud Storage Client-Side Javascript File Upload 403 SignatureDoesNotMatch

2017-11-20 Thread 'Steren Giannini' via Google App Engine
When it comes to storing items in Cloud Storage from client side web, I recommend looking at the web SDK of Cloud Storage for Firebase: https://firebase.google.com/docs/storage/web/start On Monday, November 20, 2017 at 12:02:08 PM UTC-8, Scott Campbell wrote: > > Yannick! Thanks again for your

Re: [google-appengine] Is Google using GAE?

2017-12-17 Thread 'Steren Giannini' via Google App Engine
Hi Torsten, Yes, Google uses App Engine for some projects. In particular, we have many business critical internal applications running on App Engine. Steren Product Manager Google App Engine On Sat, Dec 16, 2017 at 1:57 AM Torsten Därr wrote: > Hi, is Google actually using its own product, GAE

Re: [google-appengine] Is Google using GAE?

2017-12-21 Thread 'Steren Giannini' via Google App Engine
Hi, let me rephrase: Google uses App Engine for some external projects and for some internal projects. There are many use cases for using App Engine, and it is definitely not restricted to internal corporate websites. I invite you to read https://cloud.google.com/appengine/ to learn about the valu

Re: [google-appengine] Is Google using GAE?

2017-12-22 Thread 'Steren Giannini' via Google App Engine
; > On Thu, Dec 21, 2017 at 7:39 PM, 'Steren Giannini' via Google App Engine < > google-appengine@googlegroups.com> wrote: > >> Hi, let me rephrase: Google uses App Engine for some external projects >> and for some internal projects. >> >> There a

Re: [google-appengine] Excluding node_modules with skip_files in a nodejs runtime environment?

2018-03-19 Thread &#x27;Steren Giannini&#x27; via Google App Engine
Hi, You should use the skip_files attribute of app.yaml to skip the node_modules folder. For example: skip_files: - ^.*node_modules(/.*)? We are later going to introduce a new mechanism soon, using a .gcloudignore file. On Mon, Mar 19, 2018 at 6:25 AM John White wrote: > Hi all > I noticed t

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

2018-05-07 Thread &#x27;Steren Giannini&#x27; 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 i

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

2018-05-07 Thread &#x27;Steren Giannini&#x27; 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 i

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

2018-05-07 Thread &#x27;Steren Giannini&#x27; 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 wrote: > Hi Steren

[google-appengine] dev_appserver now compatible with Cloud Datastore Emulator.

2018-05-16 Thread &#x27;Steren Giannini&#x27; via Google App Engine
Dear App Engine users, We are pleased to announce that the App Engine local development server (dev_appserver) is now compatible with the Cloud Datastore Emulator . You can opt-in to this feature by running: * dev_appserver.py --su

Re: [google-appengine] Plans for Node.js on App Engine Standard?

2018-05-29 Thread &#x27;Steren Giannini&#x27; via Google App Engine
Hi, I am Steren, Product Manager on App Engine, I was the person on stage introducing Node.js on App Engine Standard. We are aiming for a Beta release in the upcoming weeks. In the meantime, you can request access by filling this form: https://goo.gl/forms/wAYBySsK9sc074hk2 (we currently reached t

Re: [google-appengine] Re: Node.js GAE Standard - 11-40 second latencies for screenshot demo

2018-06-22 Thread &#x27;Steren Giannini&#x27; via Google App Engine
Hi, Thanks for the feedback. We are aware of latency issues with Headless Chrome on App Engine standard. We are looking for solutions internally. Steren Product Manager On Friday, June 22, 2018 at 7:51:29 AM UTC-7, Katayoon (Cloud Platform Support) wrote: > > It is also worthwhile to report thi

Re: [google-appengine] App Engine billed me for executing the tutorial for a week.

2018-07-02 Thread &#x27;Steren Giannini&#x27; via Google App Engine
Hi, Can you detail which tutorial you followed ? (In particular, which language and environment) Thanks. On Sun, Jul 1, 2018, 10:15 Hersh Reddy wrote: > I used to use App Engine back in 2013 and I decided to try it again last > week. I went over the tutorial to refresh my memory about how it w

Re: [google-appengine] Gae project defining more simple way

2018-07-02 Thread &#x27;Steren Giannini&#x27; via Google App Engine
Hi, When deploying, we recommend to always create a new version instead of overriding an existing one. This is achieved by not passing the --version flag when running gcloud app deploy. When doing so, you can then safely rollback to the previously serving version if something goes wrong with the

Re: [google-appengine] Re: Node.js standard and urlfetch

2018-07-09 Thread &#x27;Steren Giannini&#x27; via Google App Engine
Hi, As commented on the bug: It is not clear what problem a Node.js implementation of urlfetch would solve. Today, developers can use idiomatic methods to send asynchronous requests to HTTP endpoints, for example by using the native `http` module. Did you try it? Steren Product Manager App Engine

Re: [google-appengine] Node.js On Standard App Engine - Requires Enabling Billing?

2018-07-09 Thread &#x27;Steren Giannini&#x27; via Google App Engine
Hi, Indeed, for the moment, Node.js on App Engine Standard requires a billing account. This is because it directly uses Cloud Container Builder. But note that it has the same free tier as other Standard runtimes: Having a billing account does not mean you will have to pay for your project. We are

Re: [google-appengine] PHP 7 in Standard Environment?

2018-07-09 Thread &#x27;Steren Giannini&#x27; via Google App Engine
Hi, PHP 7 on App Engine Standard is currently in Alpha. You can request access by filling this form: https://goo.gl/qpQg5k Looking forward to hearing your feedback Steren Product Manager App Engine On Fri, Jul 6, 2018 at 5:41 PM Ron Van Hyfte wrote: > Will the standard environment eventually ha

Re: [google-appengine] Re: Flex vs Standard - Feature Comparison

2018-07-09 Thread &#x27;Steren Giannini&#x27; via Google App Engine
The difference will vary based on the language. We provide per-language comparison pages (example for Node ) when you click on a language on https://cloud.google.com/appengine/docs/ Steren Product Manager App Engine On Wed, Jul 4, 2018 at 12:42 PM

Re: [google-appengine] Re: Node.js OPN module not function in GAE but working local

2018-07-09 Thread &#x27;Steren Giannini&#x27; via Google App Engine
I agree that Stackoverflow is a better fit. The 'opn' module seem to open a web browser or image viewer on the local machine. Can you detail what do you expect it to do when running on an App Engine server? This seems to be working as intended: this module is dedicated to be used on a machine wit

Re: [google-appengine] Re: Run Node app locally and serve static file handlers from app.yaml?

2018-07-12 Thread &#x27;Steren Giannini&#x27; via Google App Engine
Hi Ryan, The feedback we receive was that Node.js developers expect to start their application with "npm start" more than with "dev_appserver.py". Replicating the handlers in your web framework is indeed the recommendation that we give in our static handler documentation

Re: [google-appengine] Re: Is there any way to bundle 3rd party libraries with GAE Flex deployments?

2018-07-16 Thread &#x27;Steren Giannini&#x27; via Google App Engine
I confirm what George said: the dependencies are only downloaded and installed at deployment time. Instance startup does not download the dependencies from the internet. On Mon, Jul 16, 2018 at 10:01 AM 'George (Cloud Platform Support)' via Google App Engine wrote: > As described in the linked b

Re: [google-appengine] Node.js On Standard App Engine - Requires Enabling Billing?

2018-07-16 Thread &#x27;Steren Giannini&#x27; via Google App Engine
waiting for that WebSocket support. > Fortunately, I was not using that project much in the last few years, so no > great harm done). > > ☆*PhistucK* > > > On Mon, Jul 9, 2018 at 5:51 PM 'Steren Giannini' via Google App Engine < > google-appengine@googlegroups.com

Re: [google-appengine] Cannot deploy an example Node8 application to AppEngine standard: An internal error occurred

2018-07-30 Thread &#x27;Steren Giannini&#x27; via Google App Engine
Thanks for the feedback. I do not see what is wrong with your code, so I will open an internal bug for investigation. We should at least provide a better error message. I will keep this thread up to date when I learn more. Steren Product Manager On Mon, Jul 30, 2018 at 1:23 PM Ernesto Alejo wr

Re: [google-appengine] Cannot deploy an example Node8 application to AppEngine standard: An internal error occurred

2018-07-30 Thread &#x27;Steren Giannini&#x27; via Google App Engine
I can successfully deploy your app to my project. Would you mind sending me privately your project ID ? On Mon, Jul 30, 2018 at 5:24 PM Steren Giannini wrote: > Thanks for the feedback. > > I do not see what is wrong with your code, so I will open an internal bug > for investigation. We should

Re: [google-appengine] Cannot deploy an example Node8 application to AppEngine standard: An internal error occurred

2018-07-31 Thread &#x27;Steren Giannini&#x27; via Google App Engine
Thanks for the report. We can reproduce the issue when creating new projects and we are actively investigating the issue. On Tue, Jul 31, 2018 at 7:44 AM Giacomo Graziosi wrote: > I have the same problem and other people are reporting it on GitHub > https://github.com/GoogleCloudPlatform/nodejs-

Re: [google-appengine] Cannot deploy an example Node8 application to AppEngine standard: An internal error occurred

2018-07-31 Thread &#x27;Steren Giannini&#x27; via Google App Engine
Can you confirm that you did not modify the hello world sample? I personally just deployed the hello world twice in new projects On Tue, Jul 31, 2018 at 3:06 PM Ernesto Alejo wrote: > I can deploy the hello world application now, but when I try to access it > a 500 error is returned and this err

Re: [google-appengine] Cannot deploy an example Node8 application to AppEngine standard: An internal error occurred

2018-07-31 Thread &#x27;Steren Giannini&#x27; via Google App Engine
You probably renamed a file: the sample uses app.js, but you are uploading index.js. On Tue, Jul 31, 2018 at 3:22 PM Ernesto Alejo wrote: > Also the error changed now: > > Error: Cannot find module '/srv/app.js' > at Function.Module._resolveFilename (module.js:547) > at Function.Module._load (mo

Re: [google-appengine] Cannot deploy an example Node8 application to AppEngine standard: An internal error occurred

2018-07-31 Thread &#x27;Steren Giannini&#x27; via Google App Engine
We are using the start script defined in package.json. You can see that in the sample, the start script is "node app.js" On Tue, Jul 31, 2018 at 3:35 PM Ernesto Alejo wrote: > Thank you very much! It's working now. It would probably be better to > document it somewhere though; I tried changing t

Re: [google-appengine] Server Sent Events in GAE Standard

2018-08-06 Thread &#x27;Steren Giannini&#x27; via Google App Engine
Hi, Server sent events are based on the HTTP protocol, so I expect them to work on App Engine. We do not provide specific documentation, I followed this one in the past: https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events. Let us know how if they work as expected for you. Websocket

Re: [google-appengine] Server Sent Events in GAE Standard

2018-08-06 Thread &#x27;Steren Giannini&#x27; via Google App Engine
You are correct. And because App Engine in automatic scaling mode has a 60 sec request timeout, this probably means that your events cannot be separated by more than 60sec. Give it a try, let us know. On Mon, Aug 6, 2018 at 7:39 AM Barry Hunter wrote: > Well as such Server Sent Events IS long-p

Re: [google-appengine] Any plans to introduce Spanner natively in App Engine?

2018-09-04 Thread &#x27;Steren Giannini&#x27; via Google App Engine
Hi Kaan You can to use Cloud Spanner from the second generation runtimes of App Engine Standard or from App Engine Flexible. I invite you to follow the Cloud Spanner documentation. Please let us know if you encounter issues while doing so. Steren Product Manager Google Cloud On Tue, Sep 4, 2018

Re: [google-appengine] Re: Why in Google App Engine Always 11 secs of Latency coming only for the first requests?

2018-09-05 Thread &#x27;Steren Giannini&#x27; via Google App Engine
Dan, it seems that the issue is not public. Would you mind making it public or keep the conversation in the public forum? On Mon, Sep 3, 2018, 08:08 'Dan S (Cloud Platform Support)' via Google App Engine wrote: > Hello, > > It seems that you have reported this issue in the Issue Tracker: > https

[google-appengine] Re: Node.js client library for Search API

2018-09-07 Thread &#x27;Steren Giannini&#x27; via Google App Engine
Hi, it is not a matter of client library: the Search API is not available in the Node.js runtime for the App Engine standard environment. This means that we have no solution for you at this point. Maybe take a look at third party "search as a service"? For example https://www.algolia.com/ O

[google-appengine] Re: Issues with configuring React app for App Engine Standard Environment (Node.js 8 [beta])

2018-09-10 Thread &#x27;Steren Giannini&#x27; via Google App Engine
Hi, Thanks for the feedback. We will try to reproduce on our side, but would you be able to share more details? We would be interested in seeing your package.json and your app.yaml. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsub

Re: [google-appengine] Re: Second gen GAE Python 3.7 > Cloud SQL - MySQL

2018-09-17 Thread &#x27;Steren Giannini&#x27; via Google App Engine
Hi, Yes GAE second generation expose a /cloudsql socket to access Cloud SQL. Sorry about the lack of docs, we are in the process of (better) documenting it. Steren Product Manager On Sun, Sep 16, 2018 at 7:11 AM rahulrv via Google App Engine < google-appengine@googlegroups.com> wrote: > You shou

[google-appengine] Re: [Error: Server Error] GAE Nodejs8 Standard. Upgrade to Nuxtjs@2.0.0 and deployment fails (could be unrelated)

2018-09-27 Thread &#x27;Steren Giannini&#x27; via Google App Engine
Hi David, Error Reporting is supported by the Node.js App Engine standard runtime, we will fix our docs. However, Error Reporting does not catch all errors (it only catches exceptions), you should be also looking at your logs. Can you look at your application output in your logs? (Open Stackdri

[google-appengine] Re: Does GAE support tags?

2018-10-22 Thread &#x27;Steren Giannini&#x27; via Google App Engine
Hi Joshua, We are working on adding support for GCP labels to App Engine (Standard and Flexible). They are not yet publicly available. Steren Product Manager On Mon, Oct 22, 2018 at 8:36 AM Joshua Fox wrote: > Tags can be used to track costs in GCE In our case, we want to know the > costs assoc

[google-appengine] Using dispatch.yaml? Help us testing by using `gcloud beta app deploy`

2018-10-29 Thread &#x27;Steren Giannini&#x27; via Google App Engine
Dear App Engine users, We are rolling out a refactoring of the way *dispatch.yaml* files are deployed. Before we roll it out to everybody, we would like to ensure it works as expected for you. If you use dispatch.yaml, please update your Cloud SDK and try deploying with *gcloud beta app deploy

[google-appengine] Re: Using dispatch.yaml? Help us testing by using `gcloud beta app deploy`

2018-11-06 Thread &#x27;Steren Giannini&#x27; via Google App Engine
Hi, We did not hear any feedback regarding this change. Please let us know if you used *gcloud beta app deploy dispatch.yaml* and if you encountered any issues. Thanks for your help Steren On Monday, October 29, 2018 at 5:37:28 PM UTC-7, Steren Giannini wrote: > > Dear App Engine users, > > W

[google-appengine] Re: Does GAE support tags?

2018-11-07 Thread &#x27;Steren Giannini&#x27; via Google App Engine
I am not sure there is a public tracking issue. Feel free to open one. On Tue, Nov 6, 2018 at 11:38 PM Joshua Fox wrote: > Steren, where is the ticket that we can follow? > > I appreciate that Google does not provide due dates, but if there is an > issue tracker we can perhaps pick up clues that

[google-appengine] Re: Practical difference from Cloud Run

2019-04-12 Thread &#x27;Steren Giannini&#x27; via Google App Engine
Hi Gabriel, I am the product manager for Cloud Run, and worked on App Engine in the past. As you noticed, the very first thing to take into consideration is that App Engine is a GA product, Cloud Run was just been announced and is in early Beta. At a high level, choosing between App Engine and