ilzrv / laravel-queue-size
Laravel Queue Size Command
Installs: 3 023
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 1
Forks: 0
Open Issues: 1
Requires
- illuminate/console: ~5.6|^6.0|^7.0|^8.0
- illuminate/queue: ~5.6|^6.0|^7.0|^8.0
Requires (Dev)
- orchestra/testbench: ^3.6|^4.6|^5.4
- phpunit/phpunit: ^9.3
This package is auto-updated.
Last update: 2024-11-04 20:35:20 UTC
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