Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srwiez/queue-size-health-check
Check the queue size with Spatie Health Package
https://github.com/srwiez/queue-size-health-check
check laravel php
Last synced: 9 days ago
JSON representation
Check the queue size with Spatie Health Package
- Host: GitHub
- URL: https://github.com/srwiez/queue-size-health-check
- Owner: SRWieZ
- License: mit
- Created: 2023-11-03T15:01:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-18T09:23:42.000Z (19 days ago)
- Last Synced: 2024-10-20T23:18:30.673Z (17 days ago)
- Topics: check, laravel, php
- Language: PHP
- Homepage: https://srwiez.com/open-source
- Size: 28.3 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# Laravel queue size check
![GitHub release (with filter)](https://img.shields.io/github/v/release/SRWieZ/queue-size-health-check)
![Packagist PHP Version](https://img.shields.io/packagist/dependency-v/SRWieZ/queue-size-health-check/php)
![Packagist Downloads (custom server)](https://img.shields.io/packagist/dt/SRWieZ/queue-size-health-check)
![GitHub Repo stars](https://img.shields.io/github/stars/SRWieZ/queue-size-health-check?style=flat)
![Packagist License (custom server)](https://img.shields.io/packagist/l/SRWieZ/queue-size-health-check)
![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/SRWieZ/queue-size-health-check/test.yml)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](https://github.com/spatie/laravel-health).
```bash
composer require srwiez/queue-size-health-check
```## Usage
```php
use QueueSizeHealthCheck\QueueSizeCheck;QueueSizeCheck::new()
->queue('static_cache', 3)
->queue('default', 100),
```## Contribute / Roadmap
Hey, pull-request are welcome!## 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.