简体   繁体   English

Appengine请求后端服务的持续时间

[英]Appengine Request Duration for Backend Services

I am in the process of migrating an Appengine Java application from Backends to modules / services. 我正在将Appengine Java应用程序从后端迁移到模块/服务。 One thing that we currently use our backend for is uploads of data that take longer than the 60 second request duration limit. 当前,我们后端使用的一件事是上传数据的时间超过了60秒的请求持续时间限制。 So far, I have been unable to find a way to configure services to accept requests longer than 60 seconds without returning a CancellationException. 到目前为止,我一直无法找到一种方法来配置服务以接受超过60秒的请求,而不会返回CancellationException。 Surely Appengine did not drop support for longer requests with the conversion to services? 当然,Appengine在转换为服务时没有放弃对更长请求的支持吗? How can they be configured? 如何配置它们?

please have a look at the following link 请看以下链接

https://cloud.google.com/appengine/docs/standard/java/an-overview-of-app-engine https://cloud.google.com/appengine/docs/standard/java/an-overview-of-app-engine

you need to configure your module as manual or basic scaling 您需要将模块配置为手动或基本扩展

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM