class Mosquito::Api::JobRun
- Mosquito::Api::JobRun
- Reference
- Object
Overview
Represents a job run in Mosquito.
This class is used to inspect a job run stored in the backend.
For more information about a JobRun, see Mosquito::JobRun
.
Defined in:
mosquito/api/job_run.crConstructors
Instance Method Summary
-
#enqueue_time : Time
The moment this job was enqueued.
-
#finished_at : Time | Nil
The moment this job was finished.
-
#found? : Bool
Does a JobRun with this ID exist in the backend?
-
#id : String
The id of the job run.
-
#retry_count : Int
The number of times this job has been retried.
-
#runtime_parameters : Hash(String, String)
Get the parameters the job was enqueued with.
-
#started_at : Time | Nil
The moment this job was started.
-
#type : String
The type of job this job run is for.