Constant TRANSACTION_CLEANUP_LOCK_TTL_SECS

Source
pub const TRANSACTION_CLEANUP_LOCK_TTL_SECS: u64 = _; // 540u64
Expand description

TTL for the transaction cleanup distributed lock (9 minutes).

This value should be:

  1. Greater than the worst-case cleanup runtime to prevent concurrent execution
  2. Less than the cron interval (10 minutes) to ensure availability for the next run