Having an issue where we have a job that runs on a file trigger. When we put a timeout of 15min on the job, the trigger will fire off after 15min even though no other triggers exists.
I moved the timeout to 10sec and the job fired off every 10sec.
Is this working as designed? I would assume that a timeout on a trigger would NOT fire off the job but only fail the job if it was running for longer than said timeout period.
Edited by user
2011-09-01T16:12:09Z
|
Reason: Not specified