class
Illuminate
/
Queue
/
Console
/
RetryBatchCommand
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
RetryBatchCommand
Extends
Implements
Properties
protected
$signature string
The console command signature.
Default: 'queue:retry-batch {id : The ID of the batch whose failed jobs should be retried}'
protected
$description string
The console command description.
Default: 'Retry the failed jobs for a batch'
Methods
public
handle ( ) : int|null
Execute the console command.
public
isolatableId ( ) : string
Get the custom mutex name for an isolated command.