1

我正在尝试使用以下 cron.xml 文件部署我的应用程序:

<cronentries>
  <cron>
    <url>/parse/</url>
    <description>test</description>
    <schedule>every 20 seconds</schedule>
  </cron>
</cronentries>

但是,我不断收到错误消息:

An internal error occurred during: "Deploying App to Google". Schedule every 20 seconds failed to parse

任何想法为什么?

4

1 回答 1

2

一分钟是您可以设置的最短时间。这是cron 规则格式

every N (hours|mins|minutes) ["from" (time) "to" (time)]
于 2012-09-12T05:23:07.147 回答