We have very simple trigger that is monitoring a folder. The folder is empty until the file is dropped in. The job is set to look in the folder every minute and run if the file is present. The files are moved into the folder by users with proper permissions and the files are complete before they are moved into the folder. The job runs without any issues the entire week, but on Monday mornings the job wouldn't run. When we looked at the job, we found that the trigger wasn't checked.
Will the trigger disable itself after a certain number of unsuccessful attempts? That is the only thing we can think of. The trigger only has been unchecked after the weekend in which there wouldn't have been any activity. It would have looked in the folder over two thousand times without at file being present. Can this be the problem? We have multiple jobs setup like this and having to re-enable the trigger every Monday morning is becoming cumbersome.
Any insight would be greatly appreciated.