pub const CLAIM_ATTEMPTS: usize = 4;Available on crate feature
serve and (crate features serve-history-postgres or serve-history-sqlite) only.Expand description
Bounded retry count for the atomic idempotency claim (handles a claim being purged concurrently between the insert attempt and the read-back).