Copy link to clipboard
Copied
I set up a scheduled task a few weeks back and things were fine.
Since setting up the scheduled task, my server guy re-installed CF so as to be able to have mutiple instances. That installed and was done with no problems. After the instance re-install, there was a problem with the schedled task, so I removed it. After removing it, the next day I discovered that the scheduled task is still processing even though I can find no trace of it being scheduled anymore.
We have since re-installed the instances again. Did not fix it.
What can I do to get this scheduled task fully removed from my server? For now, I just removed all the code from the page as to not cause any problems, but that is not the end solution that I am looking for.
Thanks for any help.
You might try editing your neo-cron.xml file, see link below for more info. I suspect that this file was not overwritten by your new install. Be sure to backup this file before making any changes.
http://kb2.adobe.com/cps/000/94a16ba6.html
Copy link to clipboard
Copied
You might try editing your neo-cron.xml file, see link below for more info. I suspect that this file was not overwritten by your new install. Be sure to backup this file before making any changes.
http://kb2.adobe.com/cps/000/94a16ba6.html
Copy link to clipboard
Copied
Thank you. It was in that file, and now that I have located it, I can fix it. Appreciate the help.