A
A
AleDv2016-09-23 15:01:41
Laravel
AleDv, 2016-09-23 15:01:41

How to kill a queue in Laravel?

I decided to implement a queue on Lara, wrote the code and ran the artisan queue:listen command in the crown.
After that, a crazy load began to arise on the server and I threw this task out of the cron, but the processes still work:
7f728670206e41e48a4dee083090207c.png
I tried to kill them with kill -9 , but it seems that the processes are generated every second and their pid is constantly changing.
Help, how to kill this queue? A little more and the hoster will turn me off.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Roman, 2016-09-23
@Hw0

try

sudo service nginx restart
sudo service php5-fpm restart

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question