wanghanlin/laravel-queue-pool
Composer 安装命令:
composer require wanghanlin/laravel-queue-pool
包简介
A Laravel package provide pool command to start multiple queue worker all at once.
README 文档
README
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.
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-02-13