Skip to content

biigle/pulse-queue-size

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pulse Queue Size Card

Displays the queue sizes.

Requirements

Requires Laravel Pulse to be installed.

composer require laravel/pulse

Installation

Install the package by running the following command.

composer require biigle/pulse-queue-size

Set up

Note: This Laravel package is auto-discovered.

  1. Add the new recorder to the recorder array in the config/pulse.php
Biigle\PulseQueueSizeCard\Recorders\QueueSize::class => [
    'enabled' => env('PULSE_QUEUE_SIZE_ENABLED', true),
    'record_interval' => 60, // time interval between records
    'queues' => ['default'] // queues to monitor
],
  1. Add the pulse card to the resources/views/vendor/pulse/dashboard.blade.php as follows
    <livewire:pulse-queue-size-card.queue-size cols="4"/>
  1. Start Laravel Pulse by running php artisan pulse:check.

About

A Laravel Pulse card to monitor queue size

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •