【问题标题】:Cron job schedule parse errorCron 作业计划解析错误
【发布时间】:2012-09-12 15:17:09
【问题描述】:

我正在尝试使用以下 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

有什么想法吗?

【问题讨论】:

    标签: google-app-engine cron


    【解决方案1】:

    一分钟是您可以设置的最短时间。这是cron rule format

    every N (hours|mins|minutes) ["from" (time) "to" (time)]
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2010-09-12
      • 2013-08-03
      • 2016-06-12
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多