| Safe Haskell | None |
|---|---|
| Language | GHC2024 |
Arbiter.Core.Job.Archive
Description
Completed-job archive types. Arbiter archives an acked job when archiveFor
is positive and removes it after the retention period. Re-enqueue entries with
reEnqueueFromArchive.
Synopsis
- data ArchiveJob payload = ArchiveJob {
- archivePrimaryKey :: Int64
- completedAt :: UTCTime
- jobSnapshot :: JobSnapshot payload
- archivedResult :: Maybe Value
Documentation
Source #data ArchiveJob payload
A completed job in the archive.
Constructors
| ArchiveJob | |
Fields
| |