Go to file
2020-04-08 15:35:07 +01:00
2020-04-08 13:57:26 +01:00
2020-04-08 13:57:26 +01:00
2020-04-08 13:57:26 +01:00
2020-04-08 15:35:07 +01:00
2020-04-08 15:35:07 +01:00
2020-04-08 13:57:26 +01:00
2020-04-08 13:57:26 +01:00
2020-04-08 13:57:26 +01:00
2020-04-08 13:57:26 +01:00
2020-04-08 13:57:26 +01:00
2020-04-08 13:57:26 +01:00
2020-04-08 13:57:26 +01:00
2020-04-08 13:57:26 +01:00
2020-04-08 13:57:26 +01:00
2020-04-08 13:57:26 +01:00
2020-04-08 13:57:26 +01:00
2020-04-08 15:35:07 +01:00
2020-04-08 15:35:07 +01:00
2020-04-08 13:57:26 +01:00
2020-04-08 13:26:08 +00:00
2020-04-08 13:57:26 +01:00
2020-04-08 13:57:26 +01:00

Speedtest Checker

Queue Setup

sudo apt install supervisor

sudo vim /etc/supervisor/conf.d/laravel-worker.conf

Add the following:

[program:laravel-worker]
process_name=%(program_name)s_%(process_num)02d
command=php /path/to/project/artisan queue:work
autostart=true
autorestart=true
user=<user>
numprocs=8
redirect_stderr=true

Then run:

sudo supervisorctl reread
sudo supervisorctl update
sudo supervisorctl restart all
Description
No description provided
Readme GPL-3.0 130 MiB
Languages
JavaScript 89.7%
PHP 5.5%
CSS 4%
HTML 0.8%