美文网首页我爱编程
horizon - 队列监控

horizon - 队列监控

作者: thjxs | 来源:发表于2018-04-13 04:40 被阅读0次

    Horizon 为 Laravel Redis 队列提供一个仪表板,用于查看和管理 Redis 队列任务执行的情况

    https://laravel.com/docs/5.6/horizon

    安装

    composer require laravel/horizon"

    publish

    php artisan vendor:publish --provider="Laravel\Horizon\HorizonServiceProvider"

    启动监控程序

    php artisan horizon

    负载均衡配置

    三种策略 simple, auto, false.

    'balance' => 'simple',
    

    相关文章

      网友评论

        本文标题:horizon - 队列监控

        本文链接:https://www.haomeiwen.com/subject/ybtbhftx.html