jrquick/laravel-queue-commands

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

0.0.1 2021-08-15 02:14 UTC

This package is not auto-updated.

Last update: 2024-06-03 15:23:06 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.