configure() protected method

Some options are included * timeout ( default: 0) * iterations ( default: 0) * sleep ( default: 0) Important !! All Commands with this consumer behaviour must call parent() configure method
protected configure ( )
 /**
  * Configuration method
  */
 protected function configure()
 {
     $this->setName('videque:consumer')->setDescription('Fill media with metadata, start encoding for additional formats, create thumbnails');
     parent::configure();
 }