Skip to content

ilzrv/laravel-queue-size

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Queue Size Command

Latest Version on Packagist Software License Build Status Total Downloads

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