I am moving a site from ACF to Lucee and it had a particular scheduled task that runs as it turns midnight into the 19th of each month.
I used a chrontime to do this: 0 0 19 19 * ? *
I see that Lucee does not have such as feature. One simple work around is to set the task to run daily at 00:00:00, and edit the CFM that it calls to check if it’s the 19th, and if not abort, otherwise continue.
I just wanted to check, am I missing anything? Any better ways to do this? Are there plans to add chrontime to the scheduler?
It’s not a huge deal the above fix is simple enough
Tech stack
- Lucee 6.1.1.118
- Java 11.0.21 (Eclipse Adoptium) 64bit
- Windows Server 2022 (10.0) 64bit
- IIS 10