Skip to content

Allows you to get basic details of your Laravel Queue Stack

Notifications You must be signed in to change notification settings

tobya/Queuestatus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Queuestatus

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

and there is an alias for status

php artisan queue:count

Requires

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