We have the thread set up to use advanced scheduling with a schedule of “* 00,30 5-12 * * 1-5” so that we are checking for files at half-hour intervals from 5am until 12pm from Monday through Friday. The problem is that when it comes time to read the files, the thread retries extremely rapidly. It keeps trying with almost no pause from 9:00:00 (for example) until 9:00:59. I’ve seen it scanning the FTP server 36 times in the same minute.
This seems really inefficient to me. We just want to check for the file once every thirty minutes. What is the correct way to set this up? I don’t know if our kludge to deal with the empty directory problem is causing this second problem.
Thanks,
David