ilzrv/laravel-queue-size
Composer 安装命令:
composer require ilzrv/laravel-queue-size
包简介
Laravel Queue Size Command
README 文档
README
This package offers an artisan command to check queue size in your application.
Installation
You can install the package via composer:
composer require ilzrv/laravel-queue-size
Usage
To check the queue size you can use this command:
php artisan queue:size
To check the size of another queue:
php artisan queue:size --queue=awesome-queue
To check the size of another connection:
php artisan queue:size redis --queue=awesome-queue
License
The Laravel Queue Size Command is open-sourced software licensed under the MIT license
统计信息
- 总下载量: 4.49k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-08-21