0

在我的 java 项目中创建一个新的 cron.xml 文件后,当我将我的应用程序上传到 GAE 时,会出现一些错误:
详细信息:
验证可用性:
将在 1 秒内再次检查。
将在 2 秒后再次检查。
将在 4 秒后再次检查。
将在 8 秒后再次检查。
关闭更新:新版本已准备好开始服务。


更新数据存储:
上传索引定义。
上传 cron jobs.com.google.appengine.tools.admin.HttpIoException:发布到 URL 时出错:https
://appengine.google.com/api/datastore/cron/update?app_id=aptosin&version=1& 500 内部服务器错误


服务器错误 (500)
发生服务器错误。


cron.xml:

<?xml version="1.0" encoding="UTF-8"?>
<cronentries>
 <cron>
  <url>/url</url>
  <description>Backup data 02 times per day</description>
  <schedule>every 12 hours</schedule>
  <timezone>America/New_York</timezone>
  <target>ah-builtin-python-bundle</target>
 </cron>
</cronentries>


URL: /_ah/datastore_admin/backup.create?name=BackupDaily &kind=Datastore&kind=Datastore&filesystem= blobstore&gs_bucket_name=smsspamfilteraptosin
有人能告诉我这里出了什么问题吗?
谢谢你。

4

0 回答 0