Name
cfschedule
Synopsis
<cfschedule>
Creates, updates, deletes, and kicks off
the execution of a URL on a scheduled basis. Depending on your
underlying JRE, you may or may not be able to use
cfschedule to call an https
(SSL-enabled) URL.
Attributes
-
action="action" Action you want the scheduler to perform. Valid entries are
Delete,Run, andUpdate. Required.-
task="task_name" The name of the task to delete, run, or update. Required.
-
enddate="date" End date for the scheduled task. Optional.
-
endtime="time" End time for the scheduled task. Optional.
-
file="filename" Filename to use for the static file being published. Required when
publishisYes.-
interval="seconds" The interval the scheduler should use when scheduling tasks for execution. Intervals can be set in seconds or as
Once,Daily,Weekly, orMonthly. Required whenactionisUpdate. The default interval is one hour. The minimum interval allowed is 60 seconds.-
operation="HTTPRequest" The operation the scheduler should perform. Required when
actionisUpdate. The onlyOPERATIONcurrently supported isHTTPRequest.-
password="password" Specifies the password to use for protected URLs. Optional.
-
path="path" The path to the location where the static file should be written. Required when
publishisYes.-
port="port_number" Port number on the server where the template being executed resides. Optional. The default is
80.-
proxyport="port_number" Specifies a port number on the proxy server where the template is being ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access