SearchJobService
in package
Table of Contents
Constants
- MUTEX_ID = 'SearchQueueJob'
Properties
- $retryAttemptNum : int
- $retryDelayInSeconds : int
Methods
- canRetry() : bool
- run() : bool
Constants
MUTEX_ID
public
mixed
MUTEX_ID
= 'SearchQueueJob'
Properties
$retryAttemptNum
public
int
$retryAttemptNum
= 10
$retryDelayInSeconds
public
int
$retryDelayInSeconds
= 5 * 60
Methods
canRetry()
public
canRetry(mixed $attempt) : bool
Parameters
- $attempt : mixed
-
Number of the current attempt
Return values
boolrun()
public
run(callable $callable) : bool
Parameters
- $callable : callable