{"id":15582341,"url":"https://github.com/schickling/laravel-queue-checker","last_synced_at":"2025-10-17T18:13:18.277Z","repository":{"id":14459842,"uuid":"17171679","full_name":"schickling/laravel-queue-checker","owner":"schickling","description":"Command to check the queue health status","archived":false,"fork":false,"pushed_at":"2016-01-22T14:18:03.000Z","size":25,"stargazers_count":26,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-24T02:52:25.084Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/schickling.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-02-25T12:06:48.000Z","updated_at":"2020-04-29T16:02:55.000Z","dependencies_parsed_at":"2022-09-16T19:01:50.825Z","dependency_job_id":null,"html_url":"https://github.com/schickling/laravel-queue-checker","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schickling%2Flaravel-queue-checker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schickling%2Flaravel-queue-checker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schickling%2Flaravel-queue-checker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schickling%2Flaravel-queue-checker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/schickling","download_url":"https://codeload.github.com/schickling/laravel-queue-checker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250552036,"owners_count":21449162,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-02T20:00:43.473Z","updated_at":"2025-10-17T18:13:13.231Z","avatar_url":"https://github.com/schickling.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"laravel-queue-checker [![Build Status](https://travis-ci.org/schickling/laravel-queue-checker.png?branch=master)](https://travis-ci.org/schickling/laravel-queue-checker) [![Coverage Status](https://coveralls.io/repos/schickling/laravel-queue-checker/badge.png)](https://coveralls.io/r/schickling/laravel-queue-checker) [![Total Downloads](https://poser.pugx.org/schickling/queue-checker/downloads.png)](https://packagist.org/packages/schickling/queue-checker)\n=====================\n\nCommand to check the queue health status. Can be used with hosted monitoring systems.\n\n## Installation\n\n1. Add the following to your composer.json and run `composer update`\n\n    ```json\n    {\n        \"require\": {\n            \"schickling/queue-checker\": \"dev-master\"\n        }\n    }\n    ```\n\n2. Add `Schickling\\QueueChecker\\QueueCheckerServiceProvider` to your config/app.php\n\n## Usage\n\n### Run as cronjob\nRun the following command as a cronjob (for example each minute). If the queue isn't connected or does not work (e.g. jammed), the binded `ErrorHandler` will be notified. The default `ErrorHandler` will log the incident.\n\n```sh\n$ php artisan queue:check\n```\n\n### Implement your own `ErrorHandler`\nYou can for example write an `ErrorHandler` that sends a message to your system monitoring platform such as NewRelic. Simply create a class that implements the `Schickling\\QueueChecker\\ErrorHandlers\\ErrorHandlerInterface` and bind your `ErrorHandler` with the following code:\n\n```php\nApp::bind('Schickling\\QueueChecker\\ErrorHandlers\\ErrorHandlerInterface', 'App\\MyCustomErrorHandler');\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschickling%2Flaravel-queue-checker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschickling%2Flaravel-queue-checker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschickling%2Flaravel-queue-checker/lists"}