Verk v1.6.1 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() :: %Verk.Events.JobFailed{
  exception: Exception.t(),
  failed_at: DateTime.t(),
  job: Verk.Job.t(),
  stacktrace: [:erlang.stack_item()],
  started_at: DateTime.t()
}