2012-09-12 63 views
1

我想部署我的應用程序有以下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 

任何想法,爲什麼?

回答

2

一分鐘它可以設置的最短時間。這是cron rule format

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