This content has been marked as final.
Show 1 reply
-
1. Re: CF9 Directory Watcher randomly skips files
MCatBOL Feb 22, 2011 10:36 AM (in response to MCatBOL)My problem was not "randomly skipping of files". In the ColdFusion administrator under Event Gateways/Settings a parameter for "Maximum number of events to queue" is configured to 10 by default. If you FTP more than 10 files in a timeframe under your configured run interval you will lose events. My directory watcher was running every 60 seconds and it was common to FTP > 10 files in 60 seconds. My solution was to increase the "Maximum number of events to queue" and decrease my run interval from 60 to 15. The combination of these two configuration changes has fixed my missing files problem.
