laravel-queue-commands maintained by jrquick
Description
Helpful Laravel commands to help manage the queue from command line.
Author
Last update
2021/08/15 04:14
(dev-master)
License
Downloads
10
Tags
laravel-queue-commands

Index
About
Helpful Laravel 7 and 8 commands to help manage the queue from command line.
- Visit my website for other cool projects!
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
- Update version in
composer.jsonfile following Semantic Versioning (2.0.0).
Test
Update Changelog
- Add updates to
CHANGELOG.mdin root.