trait
Illuminate
/
Queue
/
InteractsWithQueue
You are viewing an older version of the documentation. For the latest, please visit master documentation.
InteractsWithQueue
Properties
Methods
public
attempts ( ) : int
Get the number of times the job has been attempted.
public
delete ( ) : void
Delete the job from the queue.
public
fail ( $exception ) : void
Fail the job from the queue.
Parameters
- $exception Throwable |null
public
release ( $delay ) : void
Release the job back into the queue.
Parameters
- $delay int