wanghanlin/laravel-queue-pool

A Laravel package provide pool command to start multiple queue worker all at once.

0.1.0 2018-02-13 12:53 UTC

This package is not auto-updated.

Last update: 2024-11-10 04:48:21 UTC


README

Latest Version on Packagist Build Status Quality Score Total Downloads

This package provide an artisan command queue:pool to start multiple queue worker and supervise them.

Installation

You can install the package via composer:

composer require wanghanlin/laravel-queue-pool

Usage

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

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email 605231181@qq.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.