You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: