Copy link to clipboard
Copied
Anyone else have an issue with 2021 and long running scheduled task running multiple times?
I've narrowed it down to only occurring using a JDK higher than 11.0.12.
I've been replicating this by scheduling a task to a page with the following content:
<cfset sleep(360000)>
<cfmail to="youremail@email.edu" from="testtask@email.edu" subject="test task" type="html">
<cfdump var='#timeFormat(now(), "HH:mm:ss")#'/>
</cfmail>
Have something to add?