Single Mode Scheduled Tasks Naming

Just a note on something that caught us out when trying out the single mode in Lucee 6.

We have multiple applications running on the same server using scheduled tasks that get applied programmatically. When switching to single mode, if those scheduled tasks use the same name across different applications, they overwrite one another, which causes problems.

The task names need to be altered to include something specific to each application.

Just something to consider if you are switching to single mode and have a setup similar to this.

1 Like

#protip… also breaking change for 6.2/7.0 for docs? @Zackster

I do something similar, but I prefix the task name with the application name, is part hash of the folder name. I do that with cache names as well.