Re: too many scheduled tasks in the CF-backend

2013-12-22 Thread Bill Moniz
Yep. With a combination of cfschedule and a Java serviceFactory. You can retrieve a list of all scheduled tasks using the Java object then loop over it to delete based on whatever condition you like. You get back an array of structs where the name of each task is contained in the key "Task". I

too many scheduled tasks in the CF-backend

2013-12-22 Thread Uwe Degenhardt
Hi list ! I have a strange problem. A customer of mine has programmed a cf-page with cfschedule years ago. And now I have seen, that there are thousands of test-entries in the scheduler. I want to clear now programmatically the neo-cron.xml, since I don't want to delete approximately 3000-4000 sch