Method | Description | |
---|---|---|
__construct ( Symfony\Component\Console\Input\InputDefinition $userDefinition ) | ||
catchExceptions ( ) | Wait for exceptions from workers. | |
catchOutput ( ) | Wait for output from workers. | |
idle ( ) | While idle master, print information about finished tasks. | |
run ( $tasks, $servers, $environments, $input, $output ) | ||
sendTasks ( ) | Action time for master! Send tasks to-do for workers and go to sleep. | |
startWorkers ( ) | Start workers, put master port, server name to run on, and options stuff. |
public __construct ( Symfony\Component\Console\Input\InputDefinition $userDefinition ) | ||
$userDefinition | Symfony\Component\Console\Input\InputDefinition |
public startWorkers ( ) |