定制 schickling/queue-checker 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

schickling/queue-checker

Composer 安装命令:

composer require schickling/queue-checker

包简介

Command to check the queue health status

README 文档

README

Command to check the queue health status. Can be used with hosted monitoring systems.

Installation

  1. Add the following to your composer.json and run composer update

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

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.

$ 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:

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

统计信息

  • 总下载量: 5.76k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 27
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 26
  • Watchers: 4
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2014-02-25

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固