Scheduled tasks: crontime

  1. Am I correct that crontime is not supported in Lucee’s implementation of cfschedule?

  2. If that is correct, how would I schedule a task for, say, the 4th day of every third month?

create a monthly scheduled task, starting on the 4th of this month, then in your task check if it’s the third month and abort processing if it isn’t

Thanks.

That would mean we’d need a developer, rather than a web form, to manage scheduled tasks. I sincerely hope there is a more elegant answer. I do have duct tape and baling wire, but I’d rather not use it…

Lucee is a developer platform :slight_smile:

it provides core functionality which developers use all sorts duct tape and baling wire to build things on top of!