laravel / lumen-framework

The Laravel Lumen Framework.
https://lumen.laravel.com
MIT License
1.47k stars 419 forks source link

"prune-failed" not available #1270

Closed maclonghorn closed 1 year ago

maclonghorn commented 1 year ago

Lumen Version

8.0.0

PHP Version

8.x

Database Driver & Version

No response

Description

The following command is not available:

php artisan queue:prune-failed

The following class should be added: PruneFailedJobsCommand

Steps To Reproduce

From CLI run:

php artisan queue:prune-failed
crynobone commented 1 year ago

Hey there,

Unfortunately we don't support this version of the library anymore. Please check out our support policy on which versions we are currently supporting. Can you please try to upgrade to the latest version and see if your problem persists? If so, please open up a new issue and we'll help you out.

Thanks!

maclonghorn commented 1 year ago

It has nothing to do with the Lumen version. It's the code in this repository file: Console/ConsoleServiceProvider. The "prune-failed" command is missing.