friday14/artisan-beanstalk
Composer 安装命令:
composer require friday14/artisan-beanstalk
包简介
Artisan command for beanstalk
README 文档
README
The component provides an artisan command for Beanstalk. With which you can run worker for all queues that have the format subject.queue.
Install
composer require friday14/artisan-beanstalk ~1.0
Add the ServiceProvider to the providers array in config/app.php
Friday14\Beanstalk\ServiceProvider::class
Usage Instructions
For example, if there are 3 queues with names
subject.queue1, subject.queue2, subject.queue3
We can run all artisan with the artisan command:
php artisan queue:beanstalk --queue=subject.*
统计信息
- 总下载量: 23
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 8
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2017-12-17