cfdocs
cfdocs copied to clipboard
cfschedule - Clarify supported attributes standard vs enterprise
I'd like to propose an addition in the documentation that refers to what attributes of this tag are supported in Adobe standard edition, vs enterprise edition. An example, the onMisfire attribute is only supported in the enterprise edition.
https://www.adobe.com/uk/products/coldfusion-family/buying-guide.html
Thank you,
Brandon Shea
Maybe the version label needs an additional (optional) indicator …
Let's start by building a list in this ticket of such attributes that only work in enterprise, then based on how many there are lets see if it makes sense to add metadata support, or just add a textual note to the description.
So the items the buyer guides lists as not supported by standard relating to scheduled tasks are:
- Misfire and exception handling of scheduled tasks
- Listeners for scheduled tasks
- Cluster support for scheduled tasks
- Chaining of scheduled tasks
- Application-specific scheduled tasks
Looking at the tag, I think it would be these:
onComplete
onException
onMisfire
eventHandler
cluster
mode
(maybe only if you try and set it to application
, not sure)
Not sure if this requires a whole new tag, just notes should be fine as I'm not sure there are any other tags affected by differences between standard and enterprise editions.
Thanks @andrew-dixon yes I agree let's just add a text note to the attributes/features that are only supported on enterprise.
opened PR 1360
This appears to have been completed and can be closed.
thx @shawnoden