Handles failed jobs with retry logic and dead letter queue for permanent failures. Critical for debugging and ensuring no message is lost without explanation.
{{ selectedJob.id }}
{{ selectedJob.type }}
{{ selectedJob.attempts }}/{{ selectedJob.maxAttempts }}
{{ selectedJob.lastAttempt }}
{{ error.message }}
{{ JSON.stringify(selectedJob.payload, null, 2) }}