1) each job monitors a folder and specific file pattern. There are multiple jobs that monitor a single folder, but for different file patterns.
2) those are the only 2 flags turned on
3) no. each file that is uploaded triggers the job to run and passes in the file name to be processed by the script.
This randomness happens on jobs that have multiple jobs monitoring the same folder (with different file patterns) and on a single job monitoring a folder (that no other jobs monitor) with a file pattern.
I know that I could create a single job with multiple file triggers (for different patterns), but how could I tied those patterns into running different tasks (and would that help resolve this problem)?