[google-appengine] Re: PubSub Pull Subscriber stops receiving messages randomly

2018-08-03 Thread Roxana Ioana Mirel
Hi! Thank you for your reply. I was thinking it can be a flow control issue, so I've been logging the time between the arrival of the message at the subscriber and the time the subscriber acknowledges it and that is usually not more than 1 second. Nevertheless, I'll try the flow control is the

[google-appengine] Re: Could not resolve dependencies for project com.willshex:qure:war:0v1:

2018-08-03 Thread Win Han
Hi Amit Thanks for the reply. I was fixed by itself. I think that the problem was with appengine-gcs-client update 1.24.1. I just worked next morning :)). Cheers. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this g

[google-appengine] what difference between gae and gcp?

2018-08-03 Thread Rose Lee
iuse gae to creat app to use goagent before.today i use gcp to install vm instance,because i want to use shawsocks. but i find a thing: when i land the gcp website,it load my gae appid automaticlly,the vm instance that i creat is based on gae appid which i creat before. so i want to ask that ,do

[google-appengine] Multiple instance with multiple JVMs?

2018-08-03 Thread Carl Emmoth
Hello, I've always wondered how the infrastructure works with Java App Engine. At multiple requests there can be several instances with a web server each. If there are too many instances for a single JVM, are new instances created on a different JVM? I wonder if this could affect static fields

Re: [google-appengine] Multiple instance with multiple JVMs?

2018-08-03 Thread Stefano Ciccarelli
Every instance *is* a different JVM! Don't even think to share data using static fields. Il giorno ven 3 ago 2018 alle ore 16:50 Carl Emmoth < carl.emm...@unityworks.se> ha scritto: > Hello, > > I've always wondered how the infrastructure works with Java App Engine. At > multiple requests there c

Re: [google-appengine] Multiple instance with multiple JVMs?

2018-08-03 Thread Carl Emmoth
Thanks! Could you reference to documentation about this? I don't think I've seen it explicitly... -- 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-a

Re: [google-appengine] Multiple instance with multiple JVMs?

2018-08-03 Thread Stefano Ciccarelli
https://cloud.google.com/appengine/docs/standard/java/how-instances-are-managed I think it's pretty clear. Il giorno ven 3 ago 2018 alle ore 17:13 Carl Emmoth ha scritto: > Thanks! Could you reference to documentation about this? I don't think > I've seen it explicitly... > > -- > You received

[google-appengine] Re: Migrate a project to a different region

2018-08-03 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Diego, You are right, there is no direct or automated way to move your project from a region to another. You'll have to simply open a new project in the desired region and deploy your app there. This will likely prove in practice less time-consuming than it may appear at first sight.

[google-appengine] Redirect from path

2018-08-03 Thread Daniel Young
I've noticed this week that if I enter in a full path, the site is redirecting to / and I'm not sure why. Example http://mysite.com/this-page is always going back to / Is this related to a chrome change related to https? -- You received this message because you are subscribed to the Google

[google-appengine] Re: Redirect from path

2018-08-03 Thread Daniel Young
This seems to be a chrome issue, if I enter the prefix www it goes to the location, with a naked url it redirects to / On Friday, August 3, 2018 at 11:39:54 AM UTC-7, Daniel Young wrote: > > I've noticed this week that if I enter in a full path, the site is > redirecting to / and I'm not sure w

[google-appengine] Re: what difference between gae and gcp?

2018-08-03 Thread 'Fady (Google Cloud Platform)' via Google App Engine
Hello Rose, Using Google App Engine, an application ID is actually identical to the project’s ID. In any project, and like you did, and in addition to Google App Engine, you can always use other products (like Google Compute Engine). However, and while they are all in the same project they are

[google-appengine] how to "wget"

2018-08-03 Thread 石川昌和
I am quite beginner. I want to download a file from ftp site of NCBI. how can I do that? I typed like this wget -r -l 0 ftp://ftp.ncbi.nlm.nih.gov/genomes/all/GCA/000/001/985/GCA_01985.1_JCVI-PMFA1-2.0 but it does not start. -- You received this message because you are subscribed to the

[google-appengine] Re: GCP deploy with 'python_version: 3.5' still uses python 3.6

2018-08-03 Thread 'Sam (Google Cloud Support)' via Google App Engine
Your runtime settings looks fine. I suspect the issue might be in your source code because I tried to reproduce it but I was able to deploy without any errors and did not note any errors with python version in stack trace. So, I suggest you follow this Quickstart for deploying a python app in A

[google-appengine] gcloud compute url-maps invalidate-cdn-cache [CDN_URLMAP] --host --path permission issues

2018-08-03 Thread Ergo Mesh
I have tried this as Compute Admin, Editor and even Owner and I can not get it to work. gcloud compute url-maps list (works great) gcloud compute url-maps invalidate-cdn-cache xxx-lb-urlmap --path "/*" ERROR: (gcloud.compute.url-maps.invalidate-cdn-cache) Some requests did not succeed: - R

[google-appengine] Re: Redirect from path

2018-08-03 Thread Attila-Mihaly Balazs
What are the headers displayed by "curl -v http://mysite.com/this-page > /dev/null"? In particular what is the value of the Location header? Attila -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop re