This package provide an artisan command queue:pool
to start multiple queue worker and supervise them.
You can install the package via composer:
composer require wanghanlin/laravel-queue-pool
php artisan queue:pool --workers=3
php artisan queue:pool connection --workers=3 --queue=default --delay=0 --force --memory=128 --sleep=3 --timeout=60 --tries=0
composer test
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email 605231181@qq.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.