Laravel-Queue-Monitor
Laravel-Queue-Monitor copied to clipboard
Object of class Pheanstalk\Values\JobId could not be converted to string
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.
The error happens in QueueMonitor::jobQueued() when tries to get $event->id
Could you send me the full stack trace?