rajmundtoth0 / laravel-job-remove
A Laravel package to remove jobs
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:package
Requires
- php: ^8.3
- laravel/horizon: ^5.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.57
- larastan/larastan: *
- orchestra/testbench: ^9.0
- php-http/mock-client: ^1.6
- phpstan/phpstan: ^1.10
- phpstan/phpstan-mockery: ^1.1
- phpstan/phpstan-phpunit: *
- phpunit/phpunit: ^11.0
This package is auto-updated.
Last update: 2024-11-15 08:53:45 UTC
README
Laravel Job Remove
This package provides functionality to remove jobs from the Laravel queue.
Installation
To install the package, use Composer:
composer require rajmundtoth0/laravel-job-remove
Usage
php artisan queue:remove [queue] [job] --limit 1
Like:
php artisan queue:remove myJobQueue App\Jobs\MyJob --limit 1
Use at your own risk. This package directly manipulates the job queue and should be used with caution.
License
This package is open-sourced software licensed under the MIT license.