Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jonassiewertsen authored Jun 29, 2021
1 parent 42ac5b2 commit 4b2c839
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![Latest Version on Packagist](https://img.shields.io/packagist/v/jonassiewertsen/statamic-jobs.svg?style=for-the-badge)](https://packagist.org/packages/jonassiewertsen/statamic-jobs)

Laravel does handle failed jobs by default, but does need a database. What if your Statamic setup does not have or need a database?

Well ... failing jobs can not be handled!

This addon does provide a simple solution for small Statamic setups:
Expand Down Expand Up @@ -37,8 +38,11 @@ composer require jonassiewertsen/statamic-jobs

## Usage
You can access your failed jobs via the default artisan commands. Fx.:

`php artisan queue:failed` <- list all failed jobs

`php artisan queue:retry JOB_UUID_ID` <- Retry a given job

`php artisan queue:flush` <- Flush all failed jobs

## Requirements
Expand Down

0 comments on commit 4b2c839

Please sign in to comment.