I have a scheduled template that needs slightly longer than 60 seconds to run. It’s timing out, and not allowing all of the processes to run. The problem is, I’m on a shared server where all scheduled tasks must be set through the administrator, and the host is not willing to extend the time limit of scheduled templates. I understand their reasons, but the entire template needs to run to be effective. I tried using a <cflocation> to a different page with a requestTimeout, but that of course did not work since cflocation requires an end browser. The only thing I can do is to break the template up into smaller sections, and put them all on separate schedules. But the queries are all interdependent, and that would require reengineering the entire process. I’d rather not tackle that if I don’t have to. Plus, I’m not sure if my host will allow me any more scheduled tasks.
Does anyone have any tips/tricks?
Does anyone have any tips/tricks?