tobytwigger / laravel-job-status

The only Laravel job debugging tool you'll ever need
https://tobytwigger.github.io/laravel-job-status
MIT License
19 stars 2 forks source link

Add `--force` option to `job-status:clear` command #54

Closed shutupflanders closed 1 year ago

shutupflanders commented 1 year ago

I was unable to "start again" after stopping jobs midway / clearing my queuing system, and had leftover artefacts in the database.

This will ignore all the constraints when searching for job data to prune and remove everything.

Hopefully this is useful to others!