mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 07:23:13 +00:00
Merge
This commit is contained in:
@@ -38,8 +38,9 @@ abstract class task_appboxAbstract extends task_abstract
|
|||||||
$this->log(("Warning : abox connection lost, restarting in 10 min."));
|
$this->log(("Warning : abox connection lost, restarting in 10 min."));
|
||||||
sleep(60 * 10);
|
sleep(60 * 10);
|
||||||
$this->running = false;
|
$this->running = false;
|
||||||
|
$this->return_value = self::RETURNSTATUS_TORESTART;
|
||||||
|
|
||||||
return('');
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->set_last_exec_time();
|
$this->set_last_exec_time();
|
||||||
@@ -85,7 +86,7 @@ abstract class task_appboxAbstract extends task_abstract
|
|||||||
$this->pause($duration);
|
$this->pause($duration);
|
||||||
}
|
}
|
||||||
|
|
||||||
return($this->return_value);
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -46,8 +46,9 @@ abstract class task_databoxAbstract extends task_abstract
|
|||||||
$this->log(("Warning : abox connection lost, restarting in 10 min."));
|
$this->log(("Warning : abox connection lost, restarting in 10 min."));
|
||||||
sleep(60 * 10);
|
sleep(60 * 10);
|
||||||
$this->running = false;
|
$this->running = false;
|
||||||
|
$this->return_value = self::RETURNSTATUS_TORESTART;
|
||||||
|
|
||||||
return('');
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->set_last_exec_time();
|
$this->set_last_exec_time();
|
||||||
@@ -104,7 +105,7 @@ abstract class task_databoxAbstract extends task_abstract
|
|||||||
$this->pause($duration);
|
$this->pause($duration);
|
||||||
}
|
}
|
||||||
|
|
||||||
return($this->return_value);
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
2
lib/vendor/symfony
vendored
2
lib/vendor/symfony
vendored
Submodule lib/vendor/symfony updated: 6924e63587...4316595dbb
Reference in New Issue
Block a user