[google-appengine] Re: Currently getting hundreds of 503 errors calling service from task queue

2020-07-23 Thread 'Alexis (Google Cloud Platform Support)' via Google App Engine
Hello Rob, Without taking other factors into consideration, you may be affected by this[1] issue. It shows that App Engine is affected. It might be best to engage GCP support for a better answer. However, you can also follow the status of the issue here[2]. Hope this helps. [1]

[google-appengine] Re: Currently getting hundreds of 503 errors calling service from task queue

2020-07-23 Thread bFlood
we are getting lots of 500 "Request was aborted after waiting too long to attempt to service your request" (10sec) errors in area of our code that has worked for years. Some are from the task queue. It started about a week and half ago. Its sporadic, I can't figure out the pattern On Thursday,

[google-appengine] Currently getting hundreds of 503 errors calling service from task queue

2020-07-23 Thread Rob Curtis
Hi, I'm suddenly getting hundreds of 503 errors when call task handler in service. Is anyone else experiencing this outage? -- 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,

[google-appengine] Re: Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory bean

2020-07-23 Thread 'Olu' via Google App Engine
The error seems specific to the Spring Boot, rather than App Engine. Can you confirm this setup works appropriately before deploying to App Engine? Similar errors were reported on Springboot applications on these Stackoverflow links[1][2] Anyway, I think it would be more appropriate to report