最近,我在RemoteApiServlet和remote_api处理程序中遇到(相当频繁的)错误。在使用批量加载器批量加载大量数据时,我开始看到随机的HTTP 500错误,详细信息如下(在日志文件中):
Request was aborted after waiting too long to attemptThis may happen sporadically when the App Engine serving cluster is under
使用Python,我试图连接到我的AppEngine应用程序的remote_api处理程序,但我总是得到一个错误。我想要做的是设置remote_api存根,通过它路由数据库调用,并直接访问我的应用程序的数据存储。因此,首先,我导入remote_api库,然后调用存根模块上的ConfigureRemoteApi,并尝试使用对远程数据存储的调用。instead of the local datastore access
remote_api_stub.ConfigureRemoteApi('