cron作业调度分析错误
问题描述:
我想部署我的应用程序有以下cron.xml文件:cron作业调度分析错误
<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
任何想法,为什么?