{
"id": "dead_abc123",
"class_name": "SendEmailJob",
"queue": "mailers",
"arguments": { "user_id": 123, "template": "welcome" },
"error_class": "Net::SMTPAuthenticationError",
"error_message": "Authentication failed",
"backtrace": [
"app/services/email_service.rb:45:in `send'",
"app/jobs/send_email_job.rb:12:in `perform'"
],
"attempts": 5,
"retry_history": [
{
"attempt": 1,
"failed_at": "2024-01-15T10:00:00Z",
"error": "Connection timeout"
},
{
"attempt": 2,
"failed_at": "2024-01-15T10:05:00Z",
"error": "Authentication failed"
}
],
"first_failed_at": "2024-01-15T10:00:00Z",
"died_at": "2024-01-15T10:30:00Z",
"original_enqueued_at": "2024-01-15T09:55:00Z"
}