We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5521285 commit 7d4c1c1Copy full SHA for 7d4c1c1
src/WorkerProcess.php
@@ -29,6 +29,7 @@ public function __construct($tubeName, $process, $container)
29
public function run()
30
{
31
$process = $this->process;
32
+ $logger = $this->container['logger'];
33
$this->connect();
34
35
$executor = $this->createWorkerExecutor($this->tubeName);
0 commit comments