2013-11-28 34 views
2

在Coldfusion 10上,双周调度间隔不再起作用。是否有解决方法?CFSchedule Coldfusion 10,repeatInterval不能超过24小时(86400秒)

我们正在使用程序,这是用户它动态地安排任务。所以不能使用一些硬编码修复。

<cfschedule action="Update" 
    task="launch_#pgmid#_#ProgramPath#" 
    operation="HTTPRequest" 
    publish="yes" 
    path="#rootpath#" 
    file="log/#ProgramPath#_#pgmid#_launch.htm" 
    url="#url#" 
    startdate="#dateformat(launchdate,'mmm/dd/yy')#" 
    starttime="#time#" 
    interval="1209600" 
    requesttimeout="180" 
> 
+0

我想对于Coldfusion 9来说也是一样的。 – RRK

回答