Manage Scheduled Tasks
Scheduled tasks are supported for both Lucee Server and Adobe ColdFusion. Both engines have some features which are not supported by the other. Check the parameter descriptions in the command help for cfconfig task save
for more info.
All CFConfig commands when run against a Lucee server will default to the fromFormat
or toFormat
to luceeServer
. These commands are a notable exception-- since scheduled tasks can only be imported into a Lucee web context, all commands in the cfconfig task
namespace will default to the luceeWeb
for Lucee servers.
List all Scheduled Tasks
To receive the data back as JSON, use the --JSON
flag.
Add or update a Scheduled Task
Delete a Scheduled Task
Last updated