module
JoobQ::MonitoredErrorHandler
Overview
Enhanced error handler that integrates with monitoring
Defined in:
joobq/error_monitor.crClass Method Summary
Class Method Detail
def self.handle_job_error(job : Job, queue : BaseQueue, exception : Exception, worker_id : String, retry_count : Int32 = 0, additional_context : Hash(String, String) = {} of String => String) : ErrorContext
#