Drive Manifold

UploadRedbookPhotos
in package
implements ShouldQueue Uses Dispatchable, InteractsWithQueue, Queueable, SerializesModels

Interfaces, Classes, Traits and Enums

ShouldQueue

Table of Contents

$jobsPerMinute  : int
$redbookPhotos  : Collection
__construct()  : mixed
Create a new job instance.
handle()  : void
Execute the job.
middleware()  : array<string|int, RateLimitedWithRedis>
retryUntil()  : DateTime
Determine the time at which the job should timeout.

Properties

Methods

__construct()

Create a new job instance.

public __construct(Collection $redbookPhotos) : mixed
Parameters
$redbookPhotos : Collection
Return values
mixed

middleware()

public middleware() : array<string|int, RateLimitedWithRedis>
Return values
array<string|int, RateLimitedWithRedis>

retryUntil()

Determine the time at which the job should timeout.

public retryUntil() : DateTime
Return values
DateTime

Search results