php - beanstalkd driver configuration error in laravel app -
I'm trying to use Please note that ' Help with this Understand this. Do these two things - found this link - beanstalkd as QE driver for my laravel app I am I am getting this error when I'm trying to push something in the queue. Phenstalk_Exception_ConnectionException socket error 111: Connection refused (Connect to localhost: 11300)
queue.php 'I changed' default 'to'
beanstalkd ', but has not changed any settings for the driver. The settings for the driver are as follows -
'beanstalkd' = & gt; Array ('driver' = & gt; 'beanstocky', 'host' => gt; 'localhost', 'queue' =>, 'default',),
$ sudo vim / etc / default / beanstalkd & gt; Start Yes # Simulation $ sudo service beanstalkd start # Optionally: /etc/init.d/beanstalkd start
Comments
Post a Comment