解析Google App Engine Cron作业的yaml文件时出错

时间:2016-08-13 16:56:33

标签: google-app-engine cron yaml

我正在尝试在Google App Engine上设置一些Cron作业。这是我的cron.yaml文件:

cron:
- description: "Progress update job"
  url: /cron-jobs/update-progress
  schedule: every 24 hours

当我尝试部署它时,我收到以下错误:

$ appcfg.py update ./
06:52 PM Application: my-app-id; version: 1
06:52 PM Host: appengine.google.com
Error parsing yaml file:
Missing required value 'schedule'.
  in "./cron.yaml", line 3, column 1

我几乎完全从documentation page复制了cron.yaml,所以我不确定我在这里做错了什么。

编辑:它现在有效,不知道有什么不同。重新输入完​​全相同的文件,现在它可以工作。也许,因为我最初是复制粘贴的。

0 个答案:

没有答案