omatech / laravel-done-jobs
Quick way to save jobs that have been created without any problem. The antithesis of failed jobs.
Installs: 1 226
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 2
Open Issues: 1
Requires
- php: ^7.1|^8.0
- illuminate/support: 5.7.*|5.8.*|6.*|7.*|8.*|9.*
This package is not auto-updated.
Last update: 2024-11-13 00:04:15 UTC
README
Quick way to save jobs that have been created without any problem. The antithesis of failed jobs.
Installation
You can install the package via composer:
composer require omatech/laravel-done-jobs
Usage
Run migrate to create the done_jobs table.
php artisan migrate
Use the command to push a done job into the queue again.
php artisan queue:rejob {id/all}
Credits
Organization
License
The MIT License (MIT). Please see License File for more information.