Manager
class Manager (View source)
Traits
Properties
protected Table | $table | from TasksTableTrait | |
protected int | $lagger_timeout | ||
protected bool | $multithread | ||
protected int | $max_runtime | ||
protected int | $max_childs | ||
protected Ipc | $ipc | ||
protected Locker | $locker | ||
protected Tracker | $tracker |
Methods
__construct(Locker $locker, Configuration $configuration, LoggerInterface $logger, Table $tasks, Manager $events)
Class constructor
addBulk(array $requests)
No description
run()
No description
cycle()
No description
Details
in TasksTableTrait at line 33
Table
getTasksTable()
Get current TasksTable
in TasksTableTrait at line 45
TasksTableTrait
setTasksTable(Table $table)
Set current TasksTable
in TaskErrorHandlerTrait at line 23
installErrorHandler()
in TaskErrorHandlerTrait at line 29
restoreErrorHandler()
in TaskErrorHandlerTrait at line 35
customErrorHandler($errno, $errstr, $errfile, $errline)
at line 88
__construct(Locker $locker, Configuration $configuration, LoggerInterface $logger, Table $tasks, Manager $events)
Class constructor