class Illuminate / Queue / Console / PruneFailedJobsCommand
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

PruneFailedJobsCommand

Extends

Properties

protected

$signature string

The console command signature.

Default: 'queue:prune-failed {--hours=24 : The number of hours to retain failed jobs data}'
protected

$description string

The console command description.

Default: 'Prune stale entries from the failed jobs table'

Methods

public

handle ( ) : int|null

Execute the console command.