class Mosquito::Api::JobRun

Defined in:

mosquito/api/job_run.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String) #

Instance Method Detail

def enqueue_time : Time #

A Time object representing the moment this job was enqueued.


def finished_at : Time | Nil #

def found? : Bool #

def id : String #

def retry_count : Int #

The number of times this job has been retried.


def runtime_parameters : Hash(String, String) #

def started_at : Time | Nil #

def type : String #

The type of job this job run is for.