In coldfusion 10 Scheduled Tasks framework has been revamped and many more advanced features have been added.
Now Tasks can be put in logical groupings, event handler can be attached to tasks, tasks can be chained, cron syntax is also supported, tasks can be prioritized, tasks can be executed in cluster setup, application specific tasks are also supported etc.
To have an overview of all the new features plz refer to my blog here :
Link 1 – Direct Link to blog
Link 2 – Facebook’s Open Graph integrated link to blog
Hi Uday,
Please disregard my previous post. Himavanth verified cfschedule’s exclude attribute does not currently support time.
I’ve logged ER #3491695 for this. I hope this is possible to implement, b/c currently we can only exclude dates but not times. Additionally, lack of time support causes unexpected errors (which I note in the above ticket).
Thanks!,
-Aaron
Hi Uday,
The date and time formats for cfschedule’s exclude attribute are undocumented.
How can we exclude a date AND time. Ex:
That is written to neo-cron.xml as: 2013-01-28T06:30:00+00:00
But the date/time is not excluded. Does cfschedule’s exclude attribute support date AND time? If so, what is the format and can it please be documented?
Thanks!,
-Aaron