[google-appengine] Re: How do I create display 360 API ?

2022-01-05 Thread 'Darrell (Cloud Platform Support)' via Google App Engine
Hi,

Please be aware that this forum is meant for general questions about Google 
App Engine. 

That being said, please refer to this documentation 

 
to start using the Display & Video 360 API. If you have an existing GCP 
project, you can enable the API here 
. After enabling it, 
you can use the client libraries 

 of 
supported programming languages to send requests and parse the responses. 
If you have any technical issues while setting it up, I suggest posting 
your questions to StackOverflow .


On Tuesday, January 4, 2022 at 5:01:14 PM UTC-5 akkiz...@whi.com.tr wrote:

> I want to develop DV360 API but I don't know how. From which platforms 
> should I enable access? What path should I follow? Can you guide me?
>

-- 
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/35dca370-58df-4e5e-b9d9-718e97c3c3ecn%40googlegroups.com.


[google-appengine] Re: How to get to know if Auto migration to Firestore in Datastore mode has been completed or not?

2022-01-05 Thread 'Elliott (Cloud Platform Support)' via Google App Engine


Hello,

According to step six of this document 
[1],
 
you will know that your database has been migrated when the App Engine 
Quotas page starts to show Firestore usage instead of Cloud Datastore usage.

I hope this helps.

[1] 
https://cloud.google.com/datastore/docs/upgrade-to-firestore#6_migration_complete


On Wednesday, January 5, 2022 at 6:58:26 AM UTC-5 ha...@arrivy.com wrote:

> Hi,
>
> I got notified about three weeks ago that the auto migration from 
> datastore to firestore (i.e. Firestore in Datastore mode) has been started 
> for one of my projects.
>
> How can I come to know that the process has been completed or not?
>
> 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/5b880e40-35d9-41ea-a76c-6f6aebdd388en%40googlegroups.com.


[google-appengine] How to get to know if Auto migration to Firestore in Datastore mode has been completed or not?

2022-01-05 Thread 'Hamid Raza' via Google App Engine
Hi,

I got notified about three weeks ago that the auto migration from datastore 
to firestore (i.e. Firestore in Datastore mode) has been started for one of 
my projects.

How can I come to know that the process has been completed or not?

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/d83f569f-e7c1-4299-9757-4da535365c83n%40googlegroups.com.


[google-appengine] Re: I can't see running instances on my apps

2022-01-05 Thread 'Alejandro L' via Google App Engine
Hello Abel,

You responded privately to me about this, explaining that you understand 
that they should be the same. I have checked my dashboard in [1] and I have 
seen the instance graph update with the minimum instance defined in the 
YAML file that you provided me with, which is what I expect.

Under my experience, it usually takes a few minutes for the monitoring 
graphs and lists to update, while the shell always returns the most up to 
date information. Therefore, if this is checked right after or during 
deployment, you might not see the most up to date information, but this 
should not take long. 

However, I would like to point out that sometimes, I have faced that if the 
application has any misconfiguration, it might be deployed but not start 
any instance. If this is the case, you will not be able to access it by 
clicking on 'default' in the services page [2] as the service will return 
an error. This misconfiguration could arise from the handlers, as they are 
dependent on the deployment code, which I do not have access to.

Therefore, I would like to suggest you to attempt the deployment documented 
in this guide [3], however ensuring that you deploy using an app.yaml as 
documented in [4], and check if you can see the instances then.

[1]:
https://console.cloud.google.com/appengine
[2]:
https://console.cloud.google.com/appengine/services
[3]:
https://cloud.google.com/appengine/docs/standard/nodejs/quickstart
[4]:
https://cloud.google.com/appengine/docs/flexible/nodejs/configuring-your-app-with-app-yaml

On Tuesday, January 4, 2022 at 3:13:45 PM UTC Alejandro L wrote:

> Hello Abel,
>
> Thank you for your message.
>
> I have deployed a sample application on my App Engine environment using 
> the configuration that you attach as my app.yaml and I have not been able 
> to reproduce this behavior. I would like to ask, how are you attempting to 
> see the instance list for each deployment? The most accurate and up to date 
> data for this kind of monitoring is to use the command ‘gcloud app 
> instances list’, which is how I can find the min_instance which is running 
> for this sample deployment. Does this work for you?
>
> Alejandro L
>
>
> On Monday, January 3, 2022 at 10:03:14 AM UTC Abel Alcaraz Domínguez wrote:
>
>> Hi,
>>
>> any idea why I can't see the number of instances started in my apps?
>>
>> in none of my projects I can see the number of instances started, with 
>> this configuration:
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> *runtime: nodejs16instance_class: F1service: defaultautomatic_scaling:  
>> min_instances: 1  max_instances: 2handlers:# Serve all static files with 
>> url ending with a file extension.- url: /(.*\..+)$  static_files: build/\1  
>> upload: build/(.*..+)$  secure: always  redirect_http_response_code: 301# 
>> catch all handler to index.html- url: .*  static_files: build/index.html  
>> upload: build/index.html  secure: always  redirect_http_response_code: 301*
>>
>> Thanks in advance for your help
>> Abel
>>
>

-- 
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/cecdf86c-5627-4518-8187-62464492c84bn%40googlegroups.com.


Re: [google-appengine] Anyone else noticing latency issues on App Engine Standard right now?

2022-01-05 Thread 'Alejandro L' via Google App Engine
Hello,

Thank you all for your messages.

If you are facing this latency issue, please star or leave a comment in the 
Issue Tracker page that was created, so that the relevant team have more 
information of what could be happening. This is the best way for us to 
understand the magnitude of this issue, and any updates on this matter will 
first occur there.

As my colleague mentioned, the current status of all our services can be 
monitored from the status dashboard [1]. This is regularly updated, and any 
disruption that we are aware of will be included as soon as we can do a 
root cause analysis. 

[1]:
https://status.cloud.google.com/
On Wednesday, January 5, 2022 at 9:15:39 AM UTC X Shutter wrote:

> sorry. location: SG.
>
> On 2022/1/5 11:53, 'X Shutter' via Google App Engine wrote:
> > Me second. here has the same latency 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/9b872c39-3584-492e-a870-bf909f06cd0bn%40googlegroups.com.


Re: [google-appengine] Anyone else noticing latency issues on App Engine Standard right now?

2022-01-05 Thread 'X Shutter' via Google App Engine

sorry. location: SG.

On 2022/1/5 11:53, 'X Shutter' via Google App Engine wrote:

Me second. here has the same latency 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/c8326ec3-6b94-60fa-3081-32b0fc91a2ce%40zohomail.com.


Re: [google-appengine] Anyone else noticing latency issues on App Engine Standard right now?

2022-01-05 Thread 'X Shutter' via Google App Engine

Hi

Me second. here has the same latency issue.


On 2022/1/5 3:03 , Will Reiher wrote:
No code changes in a while. I don't see anything on the cloud status 
dashboard. I'm in us-central on a legacy Python 2.7 app. My users / 
employees all over the country have commented that they're experiencing 
very slow page loads.


--
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/ad8218fa-0685-2c6f-0578-4e93c968b516%40zohomail.com.