jrquick/laravel-queue-commands

Helpful Laravel commands to help manage the queue from command line.

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/jrquick/laravel-queue-commands

0.0.1 2021-08-15 02:14 UTC

This package is not auto-updated.

Last update: 2025-12-29 23:30:36 UTC


README

Latest Version GitHub Workflow Status Software License Total Downloads

Index

About

Helpful Laravel 7 and 8 commands to help manage the queue from command line.

Setup

Install

composer require jrquick/laravel-queue-commands

Functionality

  • php artisan queue:count - Count the number of items in the queue(s).
    • --queue - CSV of queues to be counted
  • php artisan queue:test - Test the queue(s).
    • --queue - CSV of queues to test
    • --delay - How long to delay each test
    • --repeat - The number of tests
    • --ttl - Time to execute the test jobs
  • php artisan queue:track - Visually track the items in the queue.
    • --queue - CSV of queues to be tracked

Contributing

Thanks

Issues

If you find any issues feel free to open a request in the Issues tab. If I have the time I will try to solve any issues but cannot make any guarantees. Feel free to contribute yourself.

Release

Update Version

Test

Update Changelog

  • Add updates to CHANGELOG.md in root.