我想为Blobstore文件创建大拇指。
我使用代码:
字符串serveUrl = ImagesServiceFactory.getImagesService()。getServingUrl(
ServingUrlOptions.Builder.withBlobKey(new BlobKey(blobKey))
.imageSize(100)
.secureUrl(假)
);
工作正常。但是,当我需要为每个请求创建许多thum时,会出现异常:
com.google.apphosting.api.DeadlineExceededException: This request (2b0af6acab1f5e18) started at 2012/10/11 21:53:57.444 UTC and was still executing at 2012/10/11 21:54:57.017 UTC.
也许有人对此问题有解决方案。请帮忙!
最佳答案
任务队列是为长时间运行的任务而设计的,您应该调查一下。
https://developers.google.com/appengine/docs/java/taskqueue/overview?hl=en