$instance
$instance : mixed
The job handler instance.
$instance : mixed
The job handler instance.
$queue : string
The name of the queue the job belongs to.
$deleted : bool
Indicates if the job has been deleted.
$released : bool
Indicates if the job has been released.
$redis : \think\queue\connector\Redis
The redis queue instance.
$job : object
The database job payload.