[google-appengine] Re: AppEngine crashing my webserice randomly with errors

2022-04-25 Thread 'Amit Sinha' via Google App Engine
Hi,

Thank you for sharing this. As it is not showing any other errors in the 
logs, it could be hard to tell the root cause by looking into this. 

So at this point, I would recommend to report this in the issue tracker by 
clicking here 
 
to investigate it further. Please provide as much information as possible. 
Also when turning this issue in private you can share the project ID and 
App Engine version name in the issue tracker link to check further. I hope 
it helps.

On Saturday, April 23, 2022 at 6:24:25 PM UTC-4 rob...@cluemaster.io wrote:

> Hello Darrell.  
>
> No other error's at all in the logs.  The AppEngine stays at about 650MB 
> consistently and the CPU at 5% or less.  Were not sure why it happens 
> unless Google is pushing out Linus OS updates on the instances forcibly in 
> our day times. We don't know where to look next.
>
> We have our app.yaml set to this so we should be ok.
>
> resources:
>   cpu: 2
>   memory_gb: 2.0
>   disk_size_gb: 10
>
> On Thursday, April 21, 2022 at 4:37:00 PM UTC-7 Darrell (Cloud Platform 
> Support) wrote:
>
>> Hi,
>>
>> Are there any other relevant error logs? I am asking because there are a 
>> couple of reasons for the shutdown process to occur[1]. I suggest verifying 
>> if your instance is exceeding the maximum memory and checking if there are 
>> any CPU spikes prior to the crashing.
>>
>> I hope this helps!
>>
>> [1] 
>> https://cloud.google.com/appengine/docs/standard/go/how-instances-are-managed#shutdown
>>
>> On Thursday, April 21, 2022 at 10:29:59 AM UTC-4 rob...@cluemaster.io 
>> wrote:
>>
>>> Were getting random AppEngine instance crashing ever so many days. It 
>>> seems this year to happen allot more then usual.
>>>
>>> We get these shutdown errors when it happens in the log console. Any 
>>> ideas on why this happens?  Is this Google updating the Linux kernel os 
>>> behind the scenes?  Any way to stop that or set updates only on off hours?
>>>
>>> {
>>>   "insertId": "0",
>>>   "jsonPayload": {
>>> "@type": "type.googleapis.com/cloud_integrity.IntegrityEvent",
>>> "shutdownEvent": {},
>>> "bootCounter": "25"
>>>   },
>>>   "resource": {
>>> "type": "gce_instance",
>>> "labels": {
>>>   "instance_id": "",
>>>   "zone": "us-central1-c",
>>>   "project_id": ""
>>> }
>>>   },
>>>   "timestamp": "2022-04-20T21:07:52.780477835Z",
>>>   "severity": "NOTICE",
>>>   "logName": "projects//logs/compute.googleapis.com
>>> %2Fshielded_vm_integrity",
>>>   "receiveTimestamp": "2022-04-20T21:07:54.811246896Z"
>>> }
>>>
>>

-- 
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/c067967e-b6b9-484c-bf3c-30f8d142e416n%40googlegroups.com.


[google-appengine] Re: AppEngine crashing my webserice randomly with errors

2022-04-23 Thread Robert Bartram
Hello Darrell.  

No other error's at all in the logs.  The AppEngine stays at about 650MB 
consistently and the CPU at 5% or less.  Were not sure why it happens 
unless Google is pushing out Linus OS updates on the instances forcibly in 
our day times. We don't know where to look next.

We have our app.yaml set to this so we should be ok.

resources:
  cpu: 2
  memory_gb: 2.0
  disk_size_gb: 10

On Thursday, April 21, 2022 at 4:37:00 PM UTC-7 Darrell (Cloud Platform 
Support) wrote:

> Hi,
>
> Are there any other relevant error logs? I am asking because there are a 
> couple of reasons for the shutdown process to occur[1]. I suggest verifying 
> if your instance is exceeding the maximum memory and checking if there are 
> any CPU spikes prior to the crashing.
>
> I hope this helps!
>
> [1] 
> https://cloud.google.com/appengine/docs/standard/go/how-instances-are-managed#shutdown
>
> On Thursday, April 21, 2022 at 10:29:59 AM UTC-4 rob...@cluemaster.io 
> wrote:
>
>> Were getting random AppEngine instance crashing ever so many days. It 
>> seems this year to happen allot more then usual.
>>
>> We get these shutdown errors when it happens in the log console. Any 
>> ideas on why this happens?  Is this Google updating the Linux kernel os 
>> behind the scenes?  Any way to stop that or set updates only on off hours?
>>
>> {
>>   "insertId": "0",
>>   "jsonPayload": {
>> "@type": "type.googleapis.com/cloud_integrity.IntegrityEvent",
>> "shutdownEvent": {},
>> "bootCounter": "25"
>>   },
>>   "resource": {
>> "type": "gce_instance",
>> "labels": {
>>   "instance_id": "",
>>   "zone": "us-central1-c",
>>   "project_id": ""
>> }
>>   },
>>   "timestamp": "2022-04-20T21:07:52.780477835Z",
>>   "severity": "NOTICE",
>>   "logName": "projects//logs/compute.googleapis.com
>> %2Fshielded_vm_integrity",
>>   "receiveTimestamp": "2022-04-20T21:07:54.811246896Z"
>> }
>>
>

-- 
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/48db4576-b728-4ccc-ab5a-7661f526f47bn%40googlegroups.com.


[google-appengine] Re: AppEngine crashing my webserice randomly with errors

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

Are there any other relevant error logs? I am asking because there are a 
couple of reasons for the shutdown process to occur[1]. I suggest verifying 
if your instance is exceeding the maximum memory and checking if there are 
any CPU spikes prior to the crashing.

I hope this helps!

[1] 
https://cloud.google.com/appengine/docs/standard/go/how-instances-are-managed#shutdown

On Thursday, April 21, 2022 at 10:29:59 AM UTC-4 rob...@cluemaster.io wrote:

> Were getting random AppEngine instance crashing ever so many days. It 
> seems this year to happen allot more then usual.
>
> We get these shutdown errors when it happens in the log console. Any ideas 
> on why this happens?  Is this Google updating the Linux kernel os behind 
> the scenes?  Any way to stop that or set updates only on off hours?
>
> {
>   "insertId": "0",
>   "jsonPayload": {
> "@type": "type.googleapis.com/cloud_integrity.IntegrityEvent",
> "shutdownEvent": {},
> "bootCounter": "25"
>   },
>   "resource": {
> "type": "gce_instance",
> "labels": {
>   "instance_id": "",
>   "zone": "us-central1-c",
>   "project_id": ""
> }
>   },
>   "timestamp": "2022-04-20T21:07:52.780477835Z",
>   "severity": "NOTICE",
>   "logName": "projects//logs/compute.googleapis.com
> %2Fshielded_vm_integrity",
>   "receiveTimestamp": "2022-04-20T21:07:54.811246896Z"
> }
>

-- 
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/421db933-f451-4d9d-b837-28344eff2063n%40googlegroups.com.


[google-appengine] Re: AppEngine Crashing

2009-08-18 Thread Joshua Smith

+1
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: AppEngine Crashing

2009-08-18 Thread Hrishi

My Application loads but datastore is not working.

http://appengine.google.com is down.

On Aug 18, 3:20 pm, Joshua Smith joshuaesm...@charter.net wrote:
 +1
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: AppEngine Crashing

2009-08-18 Thread Frank

same here...

google? anyone listening?


On Aug 18, 12:19 pm, vivpuri vivpu...@gmail.com wrote:
 http://appengine.google.com/is not loading up and neither is my app.
 This is not acceptable at all.

 Vivek
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: AppEngine Crashing

2009-08-18 Thread bvelasquez

My applications also are deadline exceeding and timing out.  Running
slooww...

Why does this always happen when I just push out a new app and start
marketing it to users?? :)

Barry

On Aug 18, 12:24 pm, Frank fran...@gmail.com wrote:
 same here...

 google? anyone listening?

 On Aug 18, 12:19 pm, vivpuri vivpu...@gmail.com wrote:

 http://appengine.google.com/isnot loading up and neither is my app.
  This is not acceptable at all.

  Vivek
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: AppEngine Crashing

2009-08-18 Thread Nick Johnson (Google)
Hi,

This is a known issue. We're working on it right now, and will have it
resolved as soon as possible.

-Nick Johnson

On Tue, Aug 18, 2009 at 8:19 PM, vivpuri vivpu...@gmail.com wrote:


 http://appengine.google.com/ is not loading up and neither is my app.
 This is not acceptable at all.


 Vivek
 



-- 
Nick Johnson, Developer Programs Engineer, App Engine

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: AppEngine Crashing

2009-08-18 Thread zero fuxor
i can't update my app, there is a 500 server error.

Help please!!

On Tue, Aug 18, 2009 at 3:24 PM, Frank fran...@gmail.com wrote:


 same here...

 google? anyone listening?


 On Aug 18, 12:19 pm, vivpuri vivpu...@gmail.com wrote:
  http://appengine.google.com/is not loading up and neither is my app.
  This is not acceptable at all.
 
  Vivek
 



-- 
Jose Maria Zambrana
Web Developer/Designer

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---