HCE Project Python language Distributed Tasks Manager Application, Distributed Crawler Application and client API bindings.  2.0.0-chaika
Hierarchical Cluster Engine Python language binding
dtm.TasksExecutor Namespace Reference

Classes

class  TasksExecutor
 The Tasks Executor object Main job of this object is a selection of scheduled tasks from the schedule and send them to the ExecutionEnvironmentManager object to set them to the Execution Environment for execution. More...
 

Variables

string CONFIG_SECTION = "TasksExecutor"
 
 logger = logging.getLogger(DTM_CONSTS.LOGGER_NAME)
 

Detailed Description

@package docstring
 @file TasksExecutor.py
 @author Oleksii <developers.hce@gmail.com>
 @link http://hierarchical-cluster-engine.com/
 @copyright Copyright &copy; 2013 IOIX Ukraine
 @license http://hierarchical-cluster-engine.com/license/
 @package HCE project node API
 @since 0.1

Variable Documentation

◆ CONFIG_SECTION

string dtm.TasksExecutor.CONFIG_SECTION = "TasksExecutor"

Definition at line 24 of file TasksExecutor.py.

◆ logger

dtm.TasksExecutor.logger = logging.getLogger(DTM_CONSTS.LOGGER_NAME)

Definition at line 28 of file TasksExecutor.py.