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