The shortest interval on `<cfschedule>` is 1...
# lucee
a
The shortest interval on
<cfschedule>
is 1min according to the docs (https://docs.lucee.org/reference/tags/schedule.html#attribute-interval). Is this a limitation of the underlying task running mechanism, so that's as good as it gets, or might there be a way to tell it to run more frequently than 1min if one was to write directly to the underlying task runner's config?
Hrm... the docs might be wrong. I tried to set an interval of
1
, and it errored with
interval must be at least 10
I've verified 10sec works. I'll put in a pull req to update the docs accordingly.
Pull req in.