class
Illuminate
/
Queue
/
Console
/
PruneFailedJobsCommand
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.