So I have a created a job that run just fine when executed manually -- all four tasks contained within it execute with no problems. But when I schedule this task using a time trigger, it skips all of the tasks contained within it.
When run by clicking "Run Job" in the Visual Cron client, everything proceeds normally:
Info: Job started
Debug: Job added to processlist
Info: User "Vince" Ran Job
Debug: Setting previous task in TaskProcessCompleted: Task1
Debug: Setting previous task in TaskProcessCompleted: Task2
Debug: Setting previous task in TaskProcessCompleted: Task3
Debug: Setting previous task in TaskProcessCompleted: Task4
Debug: Job removed from processlist
Debug: Next execution time is set
Info: Job completed
But when I allow the job to run when off an interval time trigger, I get this:
Info: Job started
Debug: Job added to processlist
Debug: Job removed from processlist
Debug: Next execution time is set
Info: Job completed
The client shows the Job as "Success" and that it will run again on the next scheduled time, but none of the tasks show as having run at that time -- their "last run" shows when the job was manually started by the user.
Any ideas?
Edited by moderator
2011-10-19T15:22:01Z
|
Reason: Not specified