class
Illuminate
/
Queue
/
Console
/
RetryBatchCommand
You are viewing an older version of the documentation. For the latest, please visit master documentation.
RetryBatchCommand
Extends
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.