2017 © Pedro Peláez
 

library queue-checker

Command to check the queue health status

image

schickling/queue-checker

Command to check the queue health status

  • Friday, January 22, 2016
  • by schickling
  • Repository
  • 4 Watchers
  • 24 Stars
  • 3,500 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 7 Versions
  • 9 % Grown

The README.md

laravel-queue-checker Build Status Coverage Status Total Downloads

Command to check the queue health status. Can be used with hosted monitoring systems., (*1)

Installation

  1. Add the following to your composer.json and run composer update, (*2)

    {
        "require": {
            "schickling/queue-checker": "dev-master"
        }
    }
    
  2. Add Schickling\QueueChecker\QueueCheckerServiceProvider to your config/app.php, (*3)

Usage

Run as cronjob

Run 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., (*4)

$ php artisan queue:check

Implement your own ErrorHandler

You 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:, (*5)

App::bind('Schickling\QueueChecker\ErrorHandlers\ErrorHandlerInterface', 'App\MyCustomErrorHandler');

The Versions

22/01 2016

dev-master

9999999-dev

Command to check the queue health status

  Sources   Download

The Requires

  • php >=5.4.0

 

The Development Requires

by Johannes Schickling

03/06 2014

0.2

0.2.0.0

Command to check the queue health status

  Sources   Download

The Requires

  • php >=5.4.0

 

The Development Requires

by Johannes Schickling

11/04 2014

0.1.4

0.1.4.0

Command to check the queue health status

  Sources   Download

The Requires

  • php >=5.4.0

 

The Development Requires

by Johannes Schickling

25/02 2014

0.1.3

0.1.3.0

Command to check the queue health status

  Sources   Download

The Requires

  • php >=5.4.0

 

The Development Requires

by Johannes Schickling

25/02 2014

0.1.2

0.1.2.0

Command to check the queue health status

  Sources   Download

The Requires

  • php >=5.4.0

 

The Development Requires

by Johannes Schickling

25/02 2014

0.1.1

0.1.1.0

Command to check the queue health status

  Sources   Download

The Requires

  • php >=5.4.0

 

The Development Requires

by Johannes Schickling

25/02 2014

0.1.0

0.1.0.0

Check queue for Laravel 4 applications

  Sources   Download

The Requires

  • php >=5.3.0

 

The Development Requires

by Johannes Schickling