Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
riotera opened this issue May 25, 2024 · 2 comments
Open
Labels
question Further information is requested

Comments

@riotera
Copy link

riotera commented May 25, 2024

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
Copy link
Author

riotera commented May 25, 2024

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

@romanzipp
Copy link
Owner

Could you send me the full stack trace?

@romanzipp romanzipp added the question Further information is requested label May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants