JobFailure
class JobFailure extends Job implements ShouldQueue
This job is executed on the machine running BIIGLE to store the error state of a failed novelty detection or object detection.
Traits
Queueable
Properties
protected int | $jobId | ID of the MAIA job. |
|
protected string | $message | Error message. |
Methods
Details
at line 36
__construct(int $jobId, Exception $exception)
Create a new instance
at line 45
handle()
Execute the job
at line 60
protected
updateJobState(MaiaJob $job)
Set the job to a failed state.
at line 70
protected
sendNotification(MaiaJob $job)
Send the notification about the failure to the creator of the job.