TaskBunny v0.3.4 TaskBunny.FailureBackend.Logger View Source

Default failure backend that reports job errors to Logger.

Link to this section Summary

Functions

Returns the message content for the job error

Callback to report a job error

Link to this section Functions

Link to this function get_job_error_message(error) View Source
get_job_error_message(TaskBunny.JobError.t()) :: String.t()

Returns the message content for the job error.

Callback to report a job error.

Callback implementation for TaskBunny.FailureBackend.report_job_error/1.