Anyone has a good process of how to monitor a folder for new files to process?
b
battk
10/27/2020, 11:32 AM
use a scheduled or map reduce script to do a search on the folder and process the files
battk
10/27/2020, 11:32 AM
delete or move the files after done
w
Watz
10/27/2020, 12:23 PM
yeah, that's my process. I would prefer not to have a maximum of 15 minutes delay, but at the same time I don't want to have a scheduledscript/MR running constantly.