ComputeNewSequence
class ComputeNewSequence extends Job implements ShouldQueue
Traits
InteractsWithQueue
SerializesModels
Queueable
Dispatchable
Properties
private Sequence | $sequence | The color sort sequence that should be computed. |
|
protected bool | $deleteWhenMissingModels | Ignore this job if the annotation does not exist any more. |
|
int | $tries | The number of times the job may be attempted. |
Methods
Details
at line 43
void
__construct(Sequence $sequence)
Create a new job instance.
at line 53
void
handle()
Execute the job.
at line 66
void
failed()
Handle a job failure.