Example #1
0
 /**
  * {@inheritDoc}
  */
 public function preProcess(Context $context = null)
 {
     if (null === $context) {
         return;
     }
     $context->output(sprintf('<info>Run worker (pid: <comment>%d</comment>. Consume <comment>%d messages</comment> or stop after <comment>%ds</comment>.</info>', getmypid(), $context->getMaxMessages(), $context->getMaxExecutionTime()));
 }