This package is for the people that prefer to use Spatie Health check package instead of php artisan queue:monitor
Requirement : Before installing this package, please install and configure Laravel Health.
composer require srwiez/queue-size-health-check
use QueueSizeHealthCheck\QueueSizeCheck;
QueueSizeCheck::new()
->queue('static_cache', 3)
->queue('default', 100),
Hey, pull-request are welcome!
Laravel queue size check was created by Eser DENIZ.
Laravel queue size check PHP is licensed under the MIT License. See LICENSE for more information.