我正在尝试使用以下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
任何想法为什么?
答案 0 :(得分:2)
一分钟,你可以设置最短的时间。这是cron rule format:
every N (hours|mins|minutes) ["from" (time) "to" (time)]