Verk.Events.JobFailed (Verk v1.7.3) View Source
When a job fails this event is generated.
Link to this section Summary
Link to this section Types
Specs
t() :: %Verk.Events.JobFailed{
exception: Exception.t(),
failed_at: DateTime.t(),
job: Verk.Job.t(),
stacktrace: [:erlang.stack_item()],
started_at: DateTime.t()
}