Scheduler > Max Execution time issue fix
This commit is contained in:
parent
95dfe66c7b
commit
fb64ac28f0
1 changed files with 1 additions and 1 deletions
|
@ -412,7 +412,7 @@ namespace WebsitePanel.EnterpriseServer
|
||||||
|
|
||||||
static void PurgeCompletedTasks(object obj)
|
static void PurgeCompletedTasks(object obj)
|
||||||
{
|
{
|
||||||
List<BackgroundTask> tasks = TaskController.GetTasks();
|
List<BackgroundTask> tasks = TaskController.GetProcessTasks(BackgroundTaskStatus.Run);
|
||||||
|
|
||||||
foreach (BackgroundTask task in tasks)
|
foreach (BackgroundTask task in tasks)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue