I have a "Process"
directory with a process.py
script in it that does some image processing and uploading to s3.
The script scans "Process"
directory for sub directories and processes the files within.
My problem is I have process.py being called via launchd every few hours, but I ran into an issue where the script ran while files (multi gig sub directories) where being dropped into the "Process" directory.
How would you deal with something like this?