[google-appengine] mounting buckets or accessing gcp storage from AI platform notebook instance

2019-09-17 Thread Brandon Konkel
Has anyone been able to successfully mount a gcp storage bucket to an AI 
platform notebook instance? 

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/e659b29a-4221-4cb4-bfb5-e17dd75c609e%40googlegroups.com.


[google-appengine] Re: running instances serving old versions of an application in google app engine

2019-09-17 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Pardeep, 

Do you refer to App Engine Standard Environment? When an application is not 
being used at all, App Engine turns off its associated dynamic instances, 
but readily reloads them as soon as they are needed. Reloading instances 
can result in loading requests and additional latency for users. In your 
case, if you have old versions not serving any traffic, no instances are 
running, so no related costs are incurred. Applications running in the App 
Engine standard environment 
 are 
deployed to instance classes 

 that 
you specify. Costs are per hour per instance, so no costs are incurred with 
no instance running. You may gather more detail from the "App Engine 
Pricing" page . You may also 
use the Pricing Calculator 
. 

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/30d0170f-b4e3-40ed-962e-694e54b36ed4%40googlegroups.com.


[google-appengine] Re: Is is possible to run a script on deploy such as "post-install-cmd" on GAE Standard PHP7.2/7.3?

2019-09-17 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Mihai, 

In the App Engine Standard Environment, file system is read-only, except 
for /tmp. If your script attempts to write to the file system, it would 
fail. It depends on what your script is meant to do.

You are right about Flexible Environment, there is information on the Web 
on using this command, for instance Run Symfony on App Engine flexible 
environment 
.
 
For detailed logs, you may check Stackdriver logging in Cloud Console. 

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/d18c5eea-8492-4833-914e-19e408042d20%40googlegroups.com.


[google-appengine] Re: GEOCODING - How to protect my KEY?

2019-09-17 Thread 'George (Cloud Platform Support)' via Google App Engine
You may restrict your API key in two ways: application restriction or API 
restriction. This is detailed on the "Get an API Key" page 
.
 
Moreover, Premium Plan customers may choose to authenticate requests using 
an API key or a client ID and digital signature. 

You have published your message on Google App Engine Group. This is a 
Google Maps Platform issue; you should publish in the appropriate Group, 
and consult Google Maps Platform Support 
. 

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/0f136fae-56dd-4f12-9cf2-9b21b8a70ec4%40googlegroups.com.


[google-appengine] Re: Did Google drop the pytorch 1.2 notebook instance from AI platforms?

2019-09-17 Thread Brandon Konkel
Well there was no response to my issue submission but my pytorch 1.2 
instance appears to have been deleted from my notebook instances. Starting 
to doubt it ever existed in the first place.. touche google. 


On Friday, September 13, 2019 at 12:44:57 PM UTC-4, Brandon Konkel wrote:
>
> Thank you Elliott!
>
> On Thursday, September 12, 2019 at 6:34:11 PM UTC-4, Elliott (Cloud 
> Platform Support) wrote:
>>
>> Hello Brandon,
>>
>> To take care of your crashed application, please use Issue Tracker 
>>  to submit an 
>> issue.
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/dd480af3-9bc7-4285-9d52-ad3f9e217f34%40googlegroups.com.


[google-appengine] Is is possible to run a script on deploy such as "post-install-cmd" on GAE Standard PHP7.2/7.3?

2019-09-17 Thread Mihai Scurtu
Hello,

I tried adding a script in either "post-install-cmd", "post-update-cmd" or 
"post-autoload-dump" and none of them seemed to execute.

Is there any way to see more detailed deployment logs? I tried 
--verbosity="debug" but still couldn't see any calls to composer install or 
anything like that.

I have seen other articles/topics suggesting "post-install-cmd" works on 
GAE flex apps, do I just have to migrate to that?

Thanks

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/dcf60cae-333a-4653-b8ad-399c7b2b7334%40googlegroups.com.


[google-appengine] Re: OverQuotaError on "search.IndexDocument" happening repeatedly with no apparent reason

2019-09-17 Thread Daniel Sperl
Ah, I see! Sorry for the noise, then. I'll post my issue on the tracker — 
thanks for the heads-up!

Cheers,
Daniel 

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/4ca1d7f1-379d-4e47-88c1-105049caf94c%40googlegroups.com.


[google-appengine] running instances serving old versions of an application in google app engine

2019-09-17 Thread Pardeep Aulakh
Do app engine charge for the running instances which serves old versions of 
my application, though those old instances are not serving any amount of 
traffic.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/c86c098f-1844-49a1-92ca-f6ad0c01974f%40googlegroups.com.


[google-appengine] are, unning instances using old versions of an applications, chargable ?

2019-09-17 Thread Pardeep Aulakh
There are lot of instances running which are using old versions of my 
application. Are these instances chargable, given that they are not serving 
any amount of traffic ? 

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/ab6d2f4f-772b-4ed6-9f17-2935acbf0ca0%40googlegroups.com.