Nov 12, 2016
0
Level 4
laravel beanstalkd php artisan queue:listen nothing happens
When I fire my queue which resize an image already stored on my system notrhing happens.
I fire my queue by: $this->dispatch(new UploadImagesThumb($filename, $id));
and I have php artisan queue:listen started in my console. But the image never gets resized and I dont get any errors.
Please or to participate in this conversation.