void fire() Fire the job. Return Value void
void failed(Exception $e) Call the failed method on the job instance. Parameters Exception $e Return Value void
void delete() Delete the job from the queue. Return Value void
int attempts() Get the number of times the job has been attempted. Return Value int
SqsJob class SqsJob extends Job implements Job (View source) Methods int attempts() Get the number of times the job has been attempted. string getRawBody() Get the raw body string for the job. void fire() Fire the job. from Job void delete() Delete the job from the queue. bool isDeleted() Determine if the job has been deleted. from Job void release(int $delay) Release the job back into the queue. bool isReleased() Determine if the job was released back into the
Queue connect(array $config) Establish a queue connection. Parameters array $config Return Value Queue
SqsConnector class SqsConnector implements ConnectorInterface (View source) Methods Queue connect(array $config) Establish a queue connection.
array processSelect(Builder $query, array $results) Process the results of a "select" query. Parameters Builder $query array $results Return Value array
int processInsertGetId(Builder $query, string $sql, array $values, string $sequence = null) Process an "insert get ID" query. Parameters Builder $query string $sql array $values string $sequence Return Value int
array processColumnListing(array $results) Process the results of a column listing query. Parameters array $results Return Value array
Page 125 of 996