[google-appengine] Re: Could you suggest me a suitable solution on GCP?

2021-01-21 Thread 'Denis T (Google Cloud Platform Support)' via Google App Engine


Hello Jaromír,

Based on your use case, the Google App Engine seems to be the product 
you're looking for. Here 
 you 
can find a comparison of the two GAE environments: Standard and Flexible, 
however, I think that the GAE standard was an appropriate choice for you.

As for the restarts, according to the GAE documentation 
,
 
when the instance is created and started:
   * "Manual scaling instances are restarted immediately, while basic 
scaling instances are restarted only when needed for serving traffic."*

Overall, App Engine tries to keep manual scaling instances running 
indefinitely. However, please keep in mind that it doesn't guarantee any 
uptime for now. Nevertheless, if by any chance you notice any unusual 
behavior in you instance, I would recommend you to open a ticket with the 
Google Cloud Platform technical support , 
as that will allow us to inspect your instance more thoroughly.

On Tuesday, January 19, 2021 at 9:23:29 PM UTC+1 behav...@gmail.com wrote:

> Hi Elliott,
> I appreciate you answering me, thanks for links I started to reading it 
> from begining. I have also deployed my springboot application to Google App 
> Engine Standard . It works but I have some problems with that.
>
> My use case:
>  - I would like use "platform-as-a-service", where I deploy my springboot 
> app  (jar or war) and let application running for long time. 
>  - My app is connected to google cloud SQL (mysql8).
>  - I would like use advantage of simple maintain and scaling 
> (automatically create more instances if it will be necessary).
>  - I would like use a similar product like Elasticbeanstalk on AWS, (using 
> Apache Tomcat 9.x  , springboot is familiar with it) but from Google Cloud.
>  - My application has cca 100MB (with libraries).
>  - In first phase I expect just only hundreds or thousands requests per 
> whole day.
>  - I would like use CI/CD from gitlab.
>
> Now, after I deployed to Google App Engine Standard (runtime: java11, 
> instance_class: B2, manual_scaling:  instances: 1 ) I have this problem:
> - During or after the app start I noticed that server is several times 
> restarted. After cca 5 minutes it is stable and working normally. I am not 
> sure if Google App Engine Standard is suitable solution for me...
>
> Thanks for answer and have a nice day.
> Jaromír
>
>
> Dne úterý 19. ledna 2021 v 16:05:35 UTC+1 uživatel Elliott (Cloud Platform 
> Support) napsal:
>
>> Hello Jaromir,
>>
>> I understand that you would like some advice on running your Spring Boot 
>> application on Google Cloud Platform. There are a few ways you can do this. 
>> For example, you may use Google App Engine Standard or Google Google 
>> Kubernetes GKE, both having tutorials here 
>> .
>>
>> To offer the best advice, what are your concerns specifically? Maybe 
>> after using the information from the links, you would be more sure.
>>
>> The community would recommend an environment but if you provide your use 
>> case, it will be easier.
>>
>> For example, for Google App Engine Standard, applications can be easy to 
>> create. Since this is managed, the app may be simple to maintain and scale 
>> depending on traffic and data. You don’t need to maintain a server. In 
>> theory, you upload your app and that’s it.
>>
>>
>> On Monday, January 18, 2021 at 2:35:57 PM UTC-5 behav...@gmail.com wrote:
>>
>>>
>>> Hi,
>>> I have a Spring boot application that produce small public REST API. Is 
>>> written in Java11 and I would like to run it in Apache Tomcat 9.x .
>>>
>>>
>>> Could you recommend me , which environment should I use on GCP? 
>>>
>>> I started with App Engine (standard environment), but I am not sure if 
>>> it is suitable form java + spring application.
>>>
>>> I would like to run my app in 1 instance, later (if  will be necessary ) 
>>> to scale in more instance.
>>>
>>> Thanks for advice.
>>> Jaromir
>>>
>>>

-- 
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/992b9f96-b585-4163-904b-1b56da3c8195n%40googlegroups.com.


[google-appengine] Unable to access GAE API URLs getting DNS_PROBE_FINISHED_NXDOMAIN error

2021-01-21 Thread suraj shukla
Hi, I have a website and microservices deployed in Google App Engine

In some mobile and laptop it is throwing error
DNS_PROBE_FINISHED_NXDOMAIN

since I have number of user I can use DNS Flush solution in every laptop 
and mobile.

Can you guide, how to solve this 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/51e26d25-0acd-4491-83eb-2c69768490bdn%40googlegroups.com.


[google-appengine] DNS_PROBE_FINISHED_NXDOMAIN on Google App Engine website

2021-01-21 Thread suraj shukla
Hi,

>From past one month I am getting error in windows and mobile

DNS_PROBE_FINISHED_NXDOMAIN  

 and 
not able to access the site

I have one Website and microservices deployed in GAE.
In some of the mobile and laptops I am getting this error 
DNS_PROBE_FINISHED_NXDOMAIN
how can I fix this issue, since I have multiple user and its not possible 
to fix this error in each and every laptop/Desktop (using DNS Flush),
And How to fix this error in Mobile Phone also.

ANy help would be appriciated.

-- 
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/8d165665-a89f-47cd-8f4b-fe8d9748d9bcn%40googlegroups.com.


Re: [google-appengine] Re: Could you suggest me a suitable solution on GCP?

2021-01-21 Thread behavin behavin
Hi Google,
I am looking forward to your answer ...
I described my use cases and what I want, do you need anything else? Any
other information?
I will appreciate your advice or tips.

Thanks for response
Jaromir

út 19. 1. 2021 v 21:23 odesílatel behavin behavin 
napsal:

> Hi Elliott,
> I appreciate you answering me, thanks for links I started to reading it
> from begining. I have also deployed my springboot application to Google App
> Engine Standard . It works but I have some problems with that.
>
> My use case:
>  - I would like use "platform-as-a-service", where I deploy my springboot
> app  (jar or war) and let application running for long time.
>  - My app is connected to google cloud SQL (mysql8).
>  - I would like use advantage of simple maintain and scaling
> (automatically create more instances if it will be necessary).
>  - I would like use a similar product like Elasticbeanstalk on AWS, (using
> Apache Tomcat 9.x  , springboot is familiar with it) but from Google Cloud.
>  - My application has cca 100MB (with libraries).
>  - In first phase I expect just only hundreds or thousands requests per
> whole day.
>  - I would like use CI/CD from gitlab.
>
> Now, after I deployed to Google App Engine Standard (runtime: java11,
> instance_class: B2, manual_scaling:  instances: 1 ) I have this problem:
> - During or after the app start I noticed that server is several times
> restarted. After cca 5 minutes it is stable and working normally. I am not
> sure if Google App Engine Standard is suitable solution for me...
>
> Thanks for answer and have a nice day.
> Jaromír
>
>
> Dne úterý 19. ledna 2021 v 16:05:35 UTC+1 uživatel Elliott (Cloud Platform
> Support) napsal:
>
>> Hello Jaromir,
>>
>> I understand that you would like some advice on running your Spring Boot
>> application on Google Cloud Platform. There are a few ways you can do this.
>> For example, you may use Google App Engine Standard or Google Google
>> Kubernetes GKE, both having tutorials here
>> .
>>
>> To offer the best advice, what are your concerns specifically? Maybe
>> after using the information from the links, you would be more sure.
>>
>> The community would recommend an environment but if you provide your use
>> case, it will be easier.
>>
>> For example, for Google App Engine Standard, applications can be easy to
>> create. Since this is managed, the app may be simple to maintain and scale
>> depending on traffic and data. You don’t need to maintain a server. In
>> theory, you upload your app and that’s it.
>>
>>
>> On Monday, January 18, 2021 at 2:35:57 PM UTC-5 behav...@gmail.com wrote:
>>
>>>
>>> Hi,
>>> I have a Spring boot application that produce small public REST API. Is
>>> written in Java11 and I would like to run it in Apache Tomcat 9.x .
>>>
>>>
>>> Could you recommend me , which environment should I use on GCP?
>>>
>>> I started with App Engine (standard environment), but I am not sure if
>>> it is suitable form java + spring application.
>>>
>>> I would like to run my app in 1 instance, later (if  will be necessary )
>>> to scale in more instance.
>>>
>>> Thanks for advice.
>>> Jaromir
>>>
>>> --
> 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/0dcf815e-e2c9-44a8-a25b-a914dcf73179n%40googlegroups.com
> 
> .
>

-- 
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/CAAEpCaUwkTBMrDHbLoM6mhzj9iQS98n%2B4hOQ6N682NPOitoCQw%40mail.gmail.com.


[google-appengine] Re: GCP App Engine Standard shows zero instances after deployment

2021-01-21 Thread Sadanand
Thank you for the quick response,
however it was working app , we have not even updated it recently, all off 
a sudden how come a working app will stop ?
and once its stopped , we thought or re-deployed again absolutely no change 
in code , we did that because restarting app engine didn't solve 

so it is looking a strange issue

On Wednesday, January 20, 2021 at 11:54:22 PM UTC+5:30 Elliott (Cloud 
Platform Support) wrote:

> Hello,
>
> I understand that your NodeJS App Engine Standard application is not 
> working. To replicate your issue, I used the code found in the Google 
> Quickstart 
> 
>  
> with the app.yaml you provided in the Google Groups thread. I removed the 
> package.json file then deployed the application. It deployed well and the 
> web page is running.
>
> I cannot find a common issue at this time. So, it appears to me that there 
> is something going on in your project that is causing this inconvenience. 
> In this case, I would suggest for you to use the regular channel of support 
> here .
>
> I hope this helps.
>
>
> On Wednesday, January 20, 2021 at 10:46:35 AM UTC-5 Sadanand wrote:
>
>> Dear All,
>>
>> we are using GCP App Engine, Flex for multiple apps since 3+ years and 
>> they are working with no issues
>> and we have one small app for which we are using App Engine , Standard , 
>> that was working fine since 3+ years, 
>>
>> All off a sudden App Engine , Standard instance stopped working, we tried 
>> restarting the engine but it still fails.
>>
>> We re-deployed the app but it stills fails. Interesting observation is 
>> the deployment is successful however it always show number of instances as 
>> zero. 
>>
>> Kindly help me to resolve this as early as possible, because our 
>> production instance is down now.
>>
>> app.yaml file content is as follows
>> runtime: nodejs10
>> env: standard
>> instance_class: B2
>> handlers:
>>   - url: /.*
>> script: auto
>> basic_scaling:
>>   max_instances: 2
>>
>> Thanks
>> Sadanand
>> Co-Founder, SociallyGood
>>
>>
>>

-- 
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/4eacd963-0e5a-4cd7-87b8-41b1e6b6faacn%40googlegroups.com.


[google-appengine] Re: TaskQueues vs Cloud Tasks std env

2021-01-21 Thread 'Elliott (Cloud Platform Support)' via Google App Engine
Hello,

I was able to reproduce the scenario from your description regarding the 
Cloud Tasks API and the Cloud Scheduler API. You are correct.

I then did some research and found out that the new user interface (UI) 
uses the Cloud Tasks API. Although the migration to Cloud Tasks is not 
mandatory right now, the API will need to be enabled in anticipation. This 
is part of the path to the eventual adoption of Cloud Tasks.


You’ve stated that Cloud Tasks are missing some features that are present 
in TaskQueue such as transactional tasks and that that pricing would be a 
point not to use it. This is good feedback and I encourage you to 
contribute a feature request 
 to describe your 
ideas.


I hope this did not cause inconvenience on your part and if you have any 
related questions about this, you may post again.


On Wednesday, January 20, 2021 at 4:11:17 PM UTC-5 linus@epspot.com 
wrote:

> For appengine std env the TaskQueue page in console has been removed, 
> instead you get redirected to the Cloud Task page. However before I can 
> visit that page I need to enable the Cloud Task api for my project.
>
> AFAIK we are not yet forced to swap TaskQueues to CloudTasks, in fact 
> CloudTasks still lacks some features present in TaskQueue (transactional 
> tasks for example), also pricing would be an argument not to use CloudTask.
>
> Anyhow, I don't understand why I need to enable an API that I'm not even 
> sure to use just to be able to run some of my TaskQueues manually in the 
> web console?
>
> Cron page has also been moved to CloudScheduler page, however there I 
> didn't need to enable CloudScheduler api to be able to run crontabs in web 
> console.
>
> / Linus
>
>
>

-- 
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/ca4bef9e-12b4-4bff-9735-926af9d30951n%40googlegroups.com.


[google-appengine] Re: Unable to access GAE API URLs getting DNS_PROBE_FINISHED_NXDOMAIN error

2021-01-21 Thread 'Elliott (Cloud Platform Support)' via Google App Engine
Hello,

I noticed a duplicate question here 
 that will 
contain future thread updates. You may follow the progress there.

On Thursday, January 21, 2021 at 10:39:46 AM UTC-5 finomobi...@gmail.com 
wrote:

> Hi, I have a website and microservices deployed in Google App Engine
>
> In some mobile and laptop it is throwing error
> DNS_PROBE_FINISHED_NXDOMAIN
>
> since I have number of user I can use DNS Flush solution in every laptop 
> and mobile.
>
> Can you guide, how to solve this 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/0c470018-d305-4eae-80a9-a5dfeae522ccn%40googlegroups.com.


[google-appengine] Re: GCP App Engine Standard shows zero instances after deployment

2021-01-21 Thread 'Elliott (Cloud Platform Support)' via Google App Engine
Hello Sadanand,

I create a Google Issue tracker for you. Please check your email and 
respond in that forum. 

On Thursday, January 21, 2021 at 10:42:06 AM UTC-5 Sadanand wrote:

> Thank you for the quick response,
> however it was working app , we have not even updated it recently, all off 
> a sudden how come a working app will stop ?
> and once its stopped , we thought or re-deployed again absolutely no 
> change in code , we did that because restarting app engine didn't solve 
>
> so it is looking a strange issue
>
> On Wednesday, January 20, 2021 at 11:54:22 PM UTC+5:30 Elliott (Cloud 
> Platform Support) wrote:
>
>> Hello,
>>
>> I understand that your NodeJS App Engine Standard application is not 
>> working. To replicate your issue, I used the code found in the Google 
>> Quickstart 
>> 
>>  
>> with the app.yaml you provided in the Google Groups thread. I removed the 
>> package.json file then deployed the application. It deployed well and the 
>> web page is running.
>>
>> I cannot find a common issue at this time. So, it appears to me that 
>> there is something going on in your project that is causing this 
>> inconvenience. In this case, I would suggest for you to use the regular 
>> channel of support here .
>>
>> I hope this helps.
>>
>>
>> On Wednesday, January 20, 2021 at 10:46:35 AM UTC-5 Sadanand wrote:
>>
>>> Dear All,
>>>
>>> we are using GCP App Engine, Flex for multiple apps since 3+ years and 
>>> they are working with no issues
>>> and we have one small app for which we are using App Engine , Standard , 
>>> that was working fine since 3+ years, 
>>>
>>> All off a sudden App Engine , Standard instance stopped working, we 
>>> tried restarting the engine but it still fails.
>>>
>>> We re-deployed the app but it stills fails. Interesting observation is 
>>> the deployment is successful however it always show number of instances as 
>>> zero. 
>>>
>>> Kindly help me to resolve this as early as possible, because our 
>>> production instance is down now.
>>>
>>> app.yaml file content is as follows
>>> runtime: nodejs10
>>> env: standard
>>> instance_class: B2
>>> handlers:
>>>   - url: /.*
>>> script: auto
>>> basic_scaling:
>>>   max_instances: 2
>>>
>>> Thanks
>>> Sadanand
>>> Co-Founder, SociallyGood
>>>
>>>
>>>

-- 
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/dad47243-65b5-48c6-8407-b93774aaed5dn%40googlegroups.com.


[google-appengine] Re: GCP App Engine Standard shows zero instances after deployment

2021-01-21 Thread 'Elliott (Cloud Platform Support)' via Google App Engine
Hello,

To better serve you, I am directing you to Google Issue Tracker, where you 
may report common issues. Since Google Groups is meant for general 
discussions, the tracker is the best option for non-paid memberships to 
Google Cloud Platform. Please note that if the issue is determined to be 
related to your project specifically, you would need to go through the 
regular support channel as described in the previous post.

Thank you.
On Thursday, January 21, 2021 at 3:14:46 PM UTC-5 Elliott (Cloud Platform 
Support) wrote:

> Hello Sadanand,
>
> I create a Google Issue tracker for you. Please check your email and 
> respond in that forum. 
>
> On Thursday, January 21, 2021 at 10:42:06 AM UTC-5 Sadanand wrote:
>
>> Thank you for the quick response,
>> however it was working app , we have not even updated it recently, all 
>> off a sudden how come a working app will stop ?
>> and once its stopped , we thought or re-deployed again absolutely no 
>> change in code , we did that because restarting app engine didn't solve 
>>
>> so it is looking a strange issue
>>
>> On Wednesday, January 20, 2021 at 11:54:22 PM UTC+5:30 Elliott (Cloud 
>> Platform Support) wrote:
>>
>>> Hello,
>>>
>>> I understand that your NodeJS App Engine Standard application is not 
>>> working. To replicate your issue, I used the code found in the Google 
>>> Quickstart 
>>> 
>>>  
>>> with the app.yaml you provided in the Google Groups thread. I removed the 
>>> package.json file then deployed the application. It deployed well and the 
>>> web page is running.
>>>
>>> I cannot find a common issue at this time. So, it appears to me that 
>>> there is something going on in your project that is causing this 
>>> inconvenience. In this case, I would suggest for you to use the regular 
>>> channel of support here .
>>>
>>> I hope this helps.
>>>
>>>
>>> On Wednesday, January 20, 2021 at 10:46:35 AM UTC-5 Sadanand wrote:
>>>
 Dear All,

 we are using GCP App Engine, Flex for multiple apps since 3+ years and 
 they are working with no issues
 and we have one small app for which we are using App Engine , Standard 
 , that was working fine since 3+ years, 

 All off a sudden App Engine , Standard instance stopped working, we 
 tried restarting the engine but it still fails.

 We re-deployed the app but it stills fails. Interesting observation is 
 the deployment is successful however it always show number of instances as 
 zero. 

 Kindly help me to resolve this as early as possible, because our 
 production instance is down now.

 app.yaml file content is as follows
 runtime: nodejs10
 env: standard
 instance_class: B2
 handlers:
   - url: /.*
 script: auto
 basic_scaling:
   max_instances: 2

 Thanks
 Sadanand
 Co-Founder, SociallyGood




-- 
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/a2e914aa-cf5d-46f0-8ec7-3aef6f4ff51an%40googlegroups.com.


[google-appengine] Re: DNS_PROBE_FINISHED_NXDOMAIN on Google App Engine website

2021-01-21 Thread 'namanp' via Google App Engine


Please verify changing the DNS address of your local connection settings of 
Laptop. For  reference, you can follow these instructions:

1. Right click on the Network icon at the bottom-right of your screen and 
click "Open Network and Sharing Center".

2. Click “Change adapter settings” (top left side).

3. Right click on your active Network Connection (WiFi, LAN, Ethernet, 
etc.) and click "Properties".

4. Select “Internet Protocol Version 4 (TCP/IPv4)” and click "Properties".

5. Click "Use the following DNS server addresses" and add below server 
addresses and click OK.

Preferred DNS Server: 8.8.8.8

Alternate DNS Server: 8.8.4.4

Also please verify if its not restricted by internal setting of your mobile 
device and Laptop setting for those devices on which its not working 


On Thursday, January 21, 2021 at 10:40:01 AM UTC-5 finomobi...@gmail.com 
wrote:

> Hi,
>
> From past one month I am getting error in windows and mobile
>
> DNS_PROBE_FINISHED_NXDOMAIN  
> 
>  and 
> not able to access the site
>
> I have one Website and microservices deployed in GAE.
> In some of the mobile and laptops I am getting this error 
> DNS_PROBE_FINISHED_NXDOMAIN
> how can I fix this issue, since I have multiple user and its not possible 
> to fix this error in each and every laptop/Desktop (using DNS Flush),
> And How to fix this error in Mobile Phone also.
>
> ANy help would be appriciated.
>

-- 
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/26309cea-0cba-496b-bd32-03f23b7983ean%40googlegroups.com.