[google-appengine] Re: Google cloud storage "gsutil cp" does this command charge any cost? Is it a CLass A operation ?

2018-12-24 Thread Sudhanshu Gaur
OR is there any Network usage cost (egress)? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr...@googlegroups.com. To post to this

[google-appengine] Google cloud storage "gsutil cp" does this command charge any cost? Is it a CLass A operation ?

2018-12-23 Thread Sudhanshu Gaur
When we download google cloud storage bucket objects to our locla machine using "gsutil cp" command, is it a free operation or I am going to charge to do that. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this

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

2018-12-07 Thread Sudhanshu Gaur
Is your issue resolved now? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr...@googlegroups.com. To post to this group, send

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

2018-12-07 Thread Sudhanshu Gaur
t;>> >>>> Hello, >>>> >>>> It seems that you have reported this issue in the Issue Tracker: >>>> https://issuetracker.google.com/issues/113672643 >>>> >>>> therefore, I'll be closing this issue in this channel an I will assi

[google-appengine] Re: Google cloud add firewall rule to receive traffic from only certain IP's.

2018-11-21 Thread Sudhanshu Gaur
I am not getting any error, it's just my compute engine instances are not taking requests from my IP which I have added in the rules. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails

[google-appengine] Re: Google cloud add firewall rule to receive traffic from only certain IP's.

2018-11-20 Thread Sudhanshu Gaur
I am trying to add firewall rules for my compute engine instances, that's why I went to VPC network -> Firewall rules -> Create Firewall rule. But it isn't working, please reply ASAP. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To

[google-appengine] Re: Google cloud add firewall rule to receive traffic from only certain IP's.

2018-11-19 Thread Sudhanshu Gaur
Is there anyone ? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr...@googlegroups.com. To post to this group, send email to

[google-appengine] Google cloud add firewall rule to receive traffic from only certain IP's.

2018-11-18 Thread Sudhanshu Gaur
I am trying to add a firewall rule to allow traffic from certain ip's, I selected *Source filter* as *IP ranges, *and in *Source IP *ranges I am adding (My IP/32), but the thing is the rule is not allowing my IP to receive the traffic. Can anyone please tell me what I am doing wrong. -- You

[google-appengine] Re: Google Cloud disk snapshot default region?

2018-10-31 Thread Sudhanshu Gaur
If I want to keep the snapshots *only* at a specified region, is it possible? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[google-appengine] Google Cloud disk snapshot default region?

2018-10-27 Thread Sudhanshu Gaur
Google Cloud Disk Snapshots are default located in which regions? Is there region same as Disk region? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[google-appengine] Re: Google App Engine Nodejs flex, does it utilise all cores of the instances, or do I have to manually create processes?

2018-10-12 Thread Sudhanshu Gaur
So Ap Engine Flex by default utilises all cores of the VM to run my NodeJS processes? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[google-appengine] Google App Engine Nodejs flex, does it utilise all cores of the instances, or do I have to manually create processes?

2018-10-08 Thread Sudhanshu Gaur
I am trying to fork new processed so that my NodeJs server can utilise load efficiently. I am running my NodeJs app on Google App Engine flexible environment, does app engine itself utilize all cores of the instances OR not, because if it doesn't then I would manually have to do it from my

[google-appengine] Limit number of requests sent per IP on Gooogle App Engine Flex?

2018-09-30 Thread Sudhanshu Gaur
I am trying to add limit reqeusts per IP on Google App Engine *FLex* NodeJs, I saw this rate-limiting-nginx documentation where Rate Limiting is applied on Nginx, but how can I use it inside my App Engine app. Also is there any default

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

2018-09-05 Thread Sudhanshu Gaur
Thanks a lot for assisting @Steren, waiting for the solution. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to

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

2018-09-01 Thread Sudhanshu Gaur
Hii, actually I am making just a sample NodeJs app in flexible environment with just one route and nothing else in the code. But when I am trying to call this API from my android app, I am getting latency of 40 seconds(when I am using my domain url) and 11 secs(when I am using appspot.domain

[google-appengine] Re: Google App Engine Logs not showing in the console?

2018-08-30 Thread Sudhanshu Gaur
Also, I am using the same code on compute engine but there logs all logs are getting printed, but in App Engine for some cases, they are missing eveytime? On Wednesday, August 29, 2018 at 1:14:58 AM UTC+5:30, Sudhanshu Gaur wrote: > > Google App Engine many Logs are skipping, and not g

[google-appengine] Re: Google App Engine Logs not showing in the console?

2018-08-30 Thread Sudhanshu Gaur
help me. On Wednesday, August 29, 2018 at 1:14:58 AM UTC+5:30, Sudhanshu Gaur wrote: > > Google App Engine many Logs are skipping, and not getting shown in the > Logging console, and it is happening always, the Logs I am showing using > console.log() are getting skipped but mongoo

[google-appengine] Re: Google App Engine Logs not showing in the console?

2018-08-30 Thread Sudhanshu Gaur
I have added debugging points but the thing is my debug points are executed, but how come in the logs they are not getting printed. On Wednesday, August 29, 2018 at 1:14:58 AM UTC+5:30, Sudhanshu Gaur wrote: > > Google App Engine many Logs are skipping, and not getting shown in the >

[google-appengine] Re: Google App Engine Logs not showing in the console?

2018-08-29 Thread Sudhanshu Gaur
Still waiting for any solution On Wednesday, August 29, 2018 at 1:14:58 AM UTC+5:30, Sudhanshu Gaur wrote: > > Google App Engine many Logs are skipping, and not getting shown in the > Logging console, and it is happening always, the Logs I am showing using > console.log() are get

[google-appengine] Google App Engine Logs not showing in the console?

2018-08-28 Thread Sudhanshu Gaur
Google App Engine many Logs are skipping, and not getting shown in the Logging console, and it is happening always, the Logs I am showing using console.log() are getting skipped but mongoosequery logs are getting printed. Can anyone please tell me why is this happening? Thank You -- You

[google-appengine] Re: App Engine Flexible NodeJS App adding Http2 in Nginx web server.

2018-07-14 Thread Sudhanshu Gaur
Also one more thing how can I make sure that ALPN support is there in nodejs or is that supported by default. On Saturday, July 14, 2018 at 1:28:59 AM UTC+5:30, wang...@google.com wrote: > > As long as your application serves over HTTPS, the servers automatically > negotiate HTTP/2 so you won't

[google-appengine] Re: App Engine Flexible NodeJS App adding Http2 in Nginx web server.

2018-07-14 Thread Sudhanshu Gaur
But I just checked my request in fiddler and found that the protocol for the request was HTTP/1.1, Can you please tell me why is that happening? On Saturday, July 14, 2018 at 1:28:59 AM UTC+5:30, wang...@google.com wrote: > > As long as your application serves over HTTPS, the servers

[google-appengine] App Engine Flexible NodeJS App adding Http2 in Nginx web server.

2018-07-13 Thread Sudhanshu Gaur
I am using App engine Flexible environment and I am currently trying to add http2, Can by any way we configure App Engine Nginx to support Http2? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop

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

2018-06-28 Thread Sudhanshu Gaur
I am just wondering that as when I deploy my NodeJs app to new version on App Engine, now the traffic gets shifted from old app version to new app version. Or when I manually shift traffic to some other version. Then is there any chances that in between shifting the traffic to the new

[google-appengine] Re: Webstorm debug App Engine Flexible NodeJs app.

2018-06-28 Thread Sudhanshu Gaur
Are you there ? On Wednesday, June 27, 2018 at 12:41:17 AM UTC+5:30, Sudhanshu Gaur wrote: > > Now I am trying in Intellij-Community, tell me why I am facing the issue ?? > > On Tuesday, June 26, 2018 at 7:45:46 PM UTC+5:30, Kenworth (Google Cloud > Platform) wrote: &g

[google-appengine] Re: Webstorm debug App Engine Flexible NodeJs app.

2018-06-26 Thread Sudhanshu Gaur
Now I am trying in Intellij-Community, tell me why I am facing the issue ?? On Tuesday, June 26, 2018 at 7:45:46 PM UTC+5:30, Kenworth (Google Cloud Platform) wrote: > > I apologize for not being more clearer previously. Deploying GAE Flex app > is not currently supported >

[google-appengine] Re: Webstorm debug App Engine Flexible NodeJs app.

2018-06-25 Thread Sudhanshu Gaur
I am still waiting ?? On Sunday, June 24, 2018 at 11:44:29 PM UTC+5:30, George (Cloud Platform Support) wrote: > > The Node.js runtime now defaults to the latest Node.js v8 LTS release > . > > What happens

[google-appengine] Re: Is App Engine Flexible Environment considered serverless or it's running 24/7?

2018-06-25 Thread Sudhanshu Gaur
It's running 24/7. On Monday, June 25, 2018 at 4:22:15 AM UTC+5:30, wob...@yblew.com wrote: > > Hi > > Is App Engine Flexible Environment considered serverless or it's running > 24/7? > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To

[google-appengine] Re: Webstorm debug App Engine Flexible NodeJs app.

2018-06-24 Thread Sudhanshu Gaur
does not have any JAR/WAR file. Can you please help me resolve this issue as soon as possible. Thanks On Monday, June 25, 2018 at 2:47:49 AM UTC+5:30, Sudhanshu Gaur wrote: > > I am now not setting "engine" parameter but still getting same error. > > Please help me

[google-appengine] Re: Webstorm debug App Engine Flexible NodeJs app.

2018-06-24 Thread Sudhanshu Gaur
I am now not setting "engine" parameter but still getting same error. Please help me to resolve this issue. On Sunday, June 24, 2018 at 11:44:29 PM UTC+5:30, George (Cloud Platform Support) wrote: > > The Node.js runtime now defaults to the latest Node.js v8 LTS release >

[google-appengine] Re: Webstorm debug App Engine Flexible NodeJs app.

2018-06-24 Thread Sudhanshu Gaur
I have already specified that in my package.json file "engines": { "node": ">=4.3.2" } On Sunday, June 24, 2018 at 4:08:02 AM UTC+5:30, George (Cloud Platform Support) wrote: > > The error message points to lacking configuration of the node.js version > in the package.json file. You need to

[google-appengine] Re: Webstorm debug App Engine Flexible NodeJs app.

2018-06-23 Thread Sudhanshu Gaur
Thanks a lot, just one thing I want to ask, when I am trying to deploy my Nodejs app then in `Filesystem Jar or WAR file` what should I select because When i deployed my app the I got Error "Step #0: Checking for Node.js. > Step #0: node.js checker: No package.json file. Step #0: WARNING:

[google-appengine] Webstorm debug App Engine Flexible NodeJs app.

2018-06-20 Thread Sudhanshu Gaur
I am trying to debug my App Engine Flexible app using Webstorm, I read these two docs https://cloud.google.com/tools/intellij/docs/create-flexible#framework and https://cloud.google.com/tools/intellij/docs/deploy-flex but after installing plugin when I go to tools section *Google Cloud tools*

[google-appengine] NodeJs whitelisting Ips for a particular URL In Google App Engine not working?

2018-06-20 Thread Sudhanshu Gaur
I am trying to whitelist an IP address for my Google App Engine, I am currently using express-ipfilter for whitelisting selected Ip's, but the thing is, it is not working as from whichever IP I will hit, my API express-ipfilter is always

[google-appengine] "Error Message Invalid Key" Webstorm when connecting to Google Compute engine instance as a remote server.

2018-06-14 Thread Sudhanshu Gaur
When I am trying to add .ppk file in Webstorm for getting remote server access for my compute engine instance I am getting an error in Webstorm google_compute_engine.ppk is corrupt or has unknown format. Only SSH2 Keys in OpenSSH format (DSA, RSA, ECDSA) or PUTTY private Key *.ppk are

[google-appengine] How can i connect my Compute engine instance as a remote server using Intellij Webstorm ??

2018-06-14 Thread Sudhanshu Gaur
I am trying to connect my compute engine as a remote server using Intellij Webstorm, I have found tutorials for App Engine https://cloud.google.com/tools/intellij/docs/deploy-std but can anyone please tell how can I do the same with Compute Engine. I tried using Intellij documentation and

[google-appengine] How to Check if NodeJs IO loop is doing too much heavy task or not on Google App Engine?

2018-04-19 Thread Sudhanshu Gaur
I am running my NodeJs app on Google App Engine and as NodeJs IO loop runs in a single-threaded environment that's why i wanted to ask is there any way to check if my IO loop is doing heavy tasks or not ?? -- You received this message because you are subscribed to the Google Groups "Google

[google-appengine] How to use Loadtest module to test load on my server on Google App Engine?

2018-04-19 Thread Sudhanshu Gaur
For Load testing on my server, I am trying to use loadtest but the thing is how can I use it with Google App Engine NodeJs Flexible application. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To

[google-appengine] Google Cloud Stackdriver Profiling Nodejs which documentation is right regarding logLevel?

2018-04-18 Thread Sudhanshu Gaur
I was adding Profiling in my Google CLoud Nodejs App and i see here in the documentation docs/profiling-nodejs that suported loglevels are - 0: disables all agent logging (default) - 1: enables error logging - 2: enables

[google-appengine] Re: Google Cloud Profiling how to optimize my code by analyzing it?

2018-04-18 Thread Sudhanshu Gaur
@Jordan This is *Heap *Flamegraph. Also, one thing i wanted to ask is why there is no *Function* name mentioned in this graph because I can optimize my code only if I can see which functions are utilising much *Heap/CPU. * On Thursday, April 5, 2018 at 12:57:56 AM UTC+5:30, Sudhanshu Gaur wrote

[google-appengine] Google App Engine Flexible get access to a folder dynamically created by a package?

2018-04-09 Thread Sudhanshu Gaur
I am doing Profiling on my NodeJs app, I am using Google App Engine Flexible and for it, I am using npm 0x , but the thing is as this package is making the flamegraph inside my NodeJs root directory folder, now how can I retrieve this folder(I mean get access

[google-appengine] Google Cloud Profiling how to optimize my code by analyzing it?

2018-04-04 Thread Sudhanshu Gaur
I am trying to analyse the Google CLoud Stackdriver's Profiling, now can anyone please tell me how can I *Optimize my code* by using this. Also, i am not seeing any of my function name and all, i don't know what is this _tickCallback and which part of the code it is executing ?? Please help

[google-appengine] Adding StackDriver Monitoring in Google App Engine NodeJs Flexible env ??

2018-04-04 Thread Sudhanshu Gaur
I am trying to add Stackdriver Monitoring/Trace/Debugger/Profiler in my Google App Engine NodeJs App(Flexible env), now in order to add all of them i have added below code // Google Trace API require('@google-cloud/trace-agent').start(); // Google Trace API //

[google-appengine] Google App Engine How to implement Profiling(Stack Tracing)?

2018-04-03 Thread Sudhanshu Gaur
I am using Google App Engine to run my NodeJS app on flexible env, now i wanted to generateFlameGraph but the thing is as App Engine itself handle scaling and deploying of instances now can anyone please tell me how can i generate

[google-appengine] Error “No URLs matched” When copying Google cloud bucket data to my local computer?

2018-03-26 Thread Sudhanshu Gaur
I am trying to download a folder which is inside my Google Cloud Bucket, I read from google docs gsutil/commands/cp and executed below the line. gsutil cp -r appengine.googleapis.com gs://my-bucket But i am getting the error

Re: [google-appengine] Why Domain is Loading very slowly but when opening directly through App Engine Url it is opening very fastly?

2018-03-25 Thread Sudhanshu Gaur
ct > <https://issuetracker.google.com/issues/64458939>. Star the issue to get > notified of any changes. > > On 23 March 2018 at 23:34, Sudhanshu Gaur <sudhan...@gmail.com > > wrote: > >> I have a Domain which i bought it from GoDaddy.com and i have linked it >> to Googl

[google-appengine] Why Domain is Loading very slowly but when opening directly through App Engine Url it is opening very fastly?

2018-03-23 Thread Sudhanshu Gaur
I have a Domain which i bought it from GoDaddy.com and i have linked it to Google App Engine Flexible(NodeJs) Environment. Now I when I am opening my Domain then it is sometimes taking more than 5 secs to load and sometimes I am getting Error Server Error - 502 But the thing is when i am

[google-appengine] AngularJs App engine res.redirect not working?

2017-12-03 Thread Sudhanshu Gaur
I have my Angularjs website and I am trying to route all my Http traffic to Https and for that, I have written below code but it is not working, every time I am opening my website on Http redirect is not happening. var express = require('express'); var app = express();