Monday, March 13, 2017

MySql server has gone away when run in queue

We have maradb 10.1 and beanstalkd 1.10 and laravel 4.2 We have one query that run successfully without queue. but when run it in beanstalkd not afected and we get 'MySql server has gone away' error in log file

config:

wait_timeout            = 120 
max_allowed_packet      = 1024M

Why different behavior between with and without queue



via Behrad Eslamifar

Advertisement