Handle and retry failed notification jobs.
Failed Jobs
Retrying
Recovered
Dead Letter
No failed jobs found
{{ job.description }}
{{ selectedJob.id }}
{{ selectedJob.type }}
{{ selectedJob.errorMessage }}
{{ selectedJob.attempts }} of {{ selectedJob.maxAttempts }} attempts used ({{ selectedJob.attempts >= selectedJob.maxAttempts ? 'Max attempts reached' : `${selectedJob.maxAttempts - selectedJob.attempts} remaining` }})