tobya/queuestatus
最新稳定版本:v0.8.4
Composer 安装命令:
composer require tobya/queuestatus
包简介
Allows you to get basic details of your Laravel Queue Stack
README 文档
README
Allows you to get basic details of your Laravel Queue Stack
Installation
Composer require tobya/Queuestatus
Usage
php artisan queue:status
php artisan queue:status --queue=email
You can also view job models
php artisan queue:jobs
You keep showing status by using --live and choose to change the default pause of 3 seconds.
php artisan queue:status --live --pause=5
Requires
Only works when you are using a database for your queue. Wont work with Redis etc.
统计信息
- 总下载量: 4.14k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-10-10
