| Safe Haskell | None |
|---|---|
| Language | GHC2024 |
Arbiter.Core.Job.DLQ
Description
Dead Letter Queue (DLQ) job type.
Synopsis
- data DLQJob payload = DLQJob {
- dlqPrimaryKey :: Int64
- failedAt :: UTCTime
- jobSnapshot :: JobSnapshot payload
- type JobSnapshot payload = Job payload Int64 Text UTCTime
Documentation
Represents a job that has failed all its retry attempts and has been moved to the dead-letter queue for manual inspection.
Constructors
| DLQJob | |
Fields
| |