Hi All, Is there a way to define scheduled task execution time to the specific seconds? The idea is to have multiple tasks executing at the same interval, but the time of execution is spread out. Currently, I have 3 different scheduled tasks that execute every 30 seconds. Each task takes the result of the previous task to create an outcome. All 3 tasks will execute bang on the minute/half minute (ie, :00 or :30) For example: 1st task executes […]
Hi, I recently got caught out trying to add advanced scheduling (Which I didn’t know was an enterprise feature) to scheduled tasks on a standard installation of ColdFusion. I had not encountered any issues during the development stage as the developer edition provides all the features of Enterprise. Is there a way to disable enterprise features in developer edition to better replicate the functionality of a standard licence instead? For reference, this is for CF 11. Thanks!
I’ve not seen this posted before, apologies if it’s already been discussed! Our team have identified a bug when using QueryExecute and named query parameters. This doesn’t appear to affect all installations of ColdFusion, as it doesn’t affect my machine, but doesn’t work on our QA installation. When using named parameters, ColdFusion can map to the shorting named parameter, ie, if you have both “col1” and “col10” as named parameters, when “col10” gets replaced, it will match “col1” instead. An […]