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