public function execute($handler, $args, $priority = 'md', $retry = true)
 {
     $handler = $this->nameGenerator->generate($handler);
     $this->client->push($handler, $args, $retry, $this->queue);
 }