srwiez/queue-size-health-check

Laravel queue size check

v1.0.0 2023-11-03 15:04 UTC

This package is auto-updated.

Last update: 2024-05-07 17:34:36 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require GitHub Workflow Status (with event)

This package is for the people that prefer to use Spatie Health check package instead of php artisan queue:monitor

Installation

Requirement : Before installing this package, please install and configure Laravel Health.

composer require srwiez/queue-size-health-check

Usage

use QueueSizeHealthCheck\QueueSizeCheck;

QueueSizeCheck::new()
    ->queue('static_cache', 3)
    ->queue('default', 100),

Contribute / Roadmap

Hey, pull-request are welcome! Here is some of the things that can be improved

  • Tests
  • Github workflow to test again laravel versions

Credits

Laravel queue size check was created by Eser DENIZ.

License

Laravel queue size check PHP is licensed under the MIT License. See LICENSE for more information.