13 public const ID =
'ecs_task_handler';
24 $this->
logger = $DIC->logger()->wsrv();
25 $this->
lng = $DIC->language();
26 $this->
lng->loadLanguageModule(
'ecs');
28 $this->result = new \ilCronJobResult();
33 return $this->
lng->txt(
'ecs_cron_task_scheduler');
38 return $this->
lng->txt(
'ecs_cron_task_scheduler_info');
58 return self::SCHEDULE_TYPE_IN_HOURS;
63 return self::DEFAULT_SCHEDULE_VALUE;
68 $this->
logger->debug(
'Starting ecs task scheduler...');
74 $this->
logger->info(
'Starting task execution for ecs server: ' .
$server->getTitle());
76 $scheduler->startTaskExecution();
79 $this->result->setMessage($e->getMessage());
80 $this->
logger->warning(
'ECS task execution failed with message: ' . $e->getMessage());
static getInstance()
Get singleton instance.
getDefaultScheduleValue()
const DEFAULT_SCHEDULE_VALUE
Class ilCronEcsTaskScheduler.
static _getInstanceByServerId($a_server_id)
get singleton instance Private access use ilECSTaskScheduler::start() or ilECSTaskScheduler::startTas...