tobya/queuestatus

Allows you to get basic details of your Laravel Queue Stack

v0.8.1 2024-10-26 06:29 UTC

This package is auto-updated.

Last update: 2024-11-02 07:34:08 UTC


README

Allows you to get basic details of your Laravel Queue Stack

image

Installation

Composer require tobya/Queuestatus

Usage

php artisan queue:status

php artisan queue:status --queue=email

You can also view job models

php artisan queue:jobs

You keep showing status by using --live and choose to change the default pause of 3 seconds.

php artisan queue:status --live --pause=5

Requires

Only works when you are using a database for your queue. Wont work with Redis etc.