Skip to content

Commit 8c27d95

Browse files
committed
Fix running next job
1 parent 2c4ac43 commit 8c27d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Worker.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public function runNextJob($connectionName, $queueNames, WorkerOptions $options)
7777
$this->interop = $this->queue instanceof Queue;
7878

7979
if (false == $this->interop) {
80-
parent::daemon($connectionName, $this->queueNames, $options);
80+
parent::runNextJob($connectionName, $this->queueNames, $options);
8181
return;
8282
}
8383

0 commit comments

Comments
 (0)