https://github.com/jrquick17/laravel-queue-commands
Helpful Laravel commands to help manage the queue from command line.
https://github.com/jrquick17/laravel-queue-commands
Last synced: about 1 year ago
JSON representation
Helpful Laravel commands to help manage the queue from command line.
- Host: GitHub
- URL: https://github.com/jrquick17/laravel-queue-commands
- Owner: jrquick17
- License: mit
- Created: 2021-08-15T01:17:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-15T02:14:26.000Z (almost 5 years ago)
- Last Synced: 2025-02-09T05:39:24.194Z (over 1 year ago)
- Language: PHP
- Size: 33.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# laravel-queue-commands #
[](https://github.com/jrquick/laravel-command-queues/releases)

[](LICENSE.md)
[](https://packagist.org/packages/jrquick/laravel-command-queues)

## Index ##
* [About](#about)
* [Setup](#setup)
* [Usage](#usage)
* [Functionality](#functionality)
* [Contributing](#contributing)
* [Issues](#issues)
* [Release](#release)
## About ##
Helpful Laravel 7 and 8 commands to help manage the queue from command line.
* Visit [my website](https://jrquick.com) 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 ###
* [jrquick17](https://github.com/jrquick17)
## Issues ##
If you find any issues feel free to open a request in [the Issues tab](https://github.com/jrquick17/ng-speed-test/issues). 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.json` file following [Semantic Versioning (2.0.0)](https://semver.org/).
### Test ###
*
### Update Changelog ###
* Add updates to `CHANGELOG.md` in root.