I'm using Lumen and database queue in my project and I noticed that after some time workers just stop doing things. When I restart them using php artisan queue:restart (but sometimes they don't restart and I have to kill them), they continue as usual. This what log says:
Description:
I'm using Lumen and database queue in my project and I noticed that after some time workers just stop doing things. When I restart them using
php artisan queue:restart
(but sometimes they don't restart and I have to kill them), they continue as usual. This what log says:So it fails to restore connection.
Steps To Reproduce: