Merge Commit

Scheduler updated
This commit is contained in:
robvde 2013-03-10 22:56:53 +04:00
parent 90caf76ce3
commit dcf3c7417c

View file

@ -162,7 +162,7 @@ namespace WebsitePanel.EnterpriseServer
counter++; counter++;
} }
{
// skip execution if the current task is still running // skip execution if the current task is still running
scheduledTasks = TaskManager.GetScheduledTasks(); scheduledTasks = TaskManager.GetScheduledTasks();
if (!scheduledTasks.ContainsKey(schedule.ScheduleInfo.ScheduleId)) if (!scheduledTasks.ContainsKey(schedule.ScheduleInfo.ScheduleId))
@ -171,7 +171,6 @@ namespace WebsitePanel.EnterpriseServer
schedule.Run(); schedule.Run();
} }
} }
}
catch (Exception Ex) catch (Exception Ex)
{ {
try try