Laravel-Queue-Monitor icon indicating copy to clipboard operation
Laravel-Queue-Monitor copied to clipboard

Object of class Pheanstalk\Values\JobId could not be converted to string

Open riotera opened this issue 1 year ago • 2 comments

Hi,

any idea why I get the error "Object of class Pheanstalk\Values\JobId could not be converted to string" at vendor/laravel/framework/src/Illuminate/Database/Connection.php:707 using Beanstalkd as driver and Laravel 11.8.0?

It happens when I dispatch a job. Removing the trait IsMonitored from the job it is dispatched without errors.

riotera avatar May 25 '24 20:05 riotera

The error happens in QueueMonitor::jobQueued() when tries to get $event->id

riotera avatar May 25 '24 21:05 riotera

Could you send me the full stack trace?

romanzipp avatar May 30 '24 10:05 romanzipp