class Illuminate / Queue / Middleware / ThrottlesExceptionsWithRedis

ThrottlesExceptionsWithRedis

Extends

Uses

Properties

protected

$redis Factory

The Redis factory implementation.

Default: null
protected

$limiter DurationLimiter

The rate limiter instance.

Default: null

Methods

public

handle ( $job , $next ) : mixed

Process the job.

Parameters

  • $job mixed
  • $next callable