class
Illuminate
/
Queue
/
Console
/
FlushFailedCommand
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
FlushFailedCommand
Extends
Properties
protected
$signature string
The console command name.
Default: 'queue:flush {--hours= : The number of hours to retain failed job data}'
protected
$description string
The console command description.
Default: 'Flush all of the failed queue jobs'
Methods
public
handle ( ) : void
Execute the console command.