| Safe Haskell | None |
|---|---|
| Language | GHC2024 |
Arbiter.Core.Job.Dedup
Description
Deduplication strategy carried by a job at enqueue.
Documentation
Deduplication strategy, checked on INSERT via ON CONFLICT on the dedup key.
Constructors
| IgnoreDuplicate Text | Skip if a job with this key exists ( |
| ReplaceDuplicate Text | Replace the existing job with this key ( |