/**
  * Sets up the job.
  *
  * @param LoggerInterface $logger PSR-3 logger object.
  */
 public function __construct(LoggerInterface $logger = null)
 {
     parent::__construct($logger);
     $this->num_children = 10;
     $this->item_count = 500;
 }
 public function __construct(LoggerInterface $logger = null)
 {
     parent::__construct($logger);
 }