jrquick17 / laravel-queue-commands

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

laravel-queue-commands

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.

About

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

License:MIT License


Languages

Language:PHP 100.0%