Skip to content

Commit 40eb902

Browse files
Add extra logging message to check queue class
1 parent 1a56b14 commit 40eb902

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Worker.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ public function runNextJob($connectionName, $queueNames, WorkerOptions $options)
134134
Log::info('[Worker] Parent Run next job.');
135135
parent::runNextJob($connectionName, $this->queueNames, $options);
136136
return;
137+
} else {
138+
Log::info('[Worker] Interop Run next job:.' . get_class($this->queue));
137139
}
138140

139141
$context = $this->queue->getQueueInteropContext();

0 commit comments

Comments
 (0)