pub const TRANSACTION_CLEANUP_LOCK_TTL_SECS: u64 = _; // 540u64Expand description
TTL for the transaction cleanup distributed lock (9 minutes).
This value should be:
- Greater than the worst-case cleanup runtime to prevent concurrent execution
- Less than the cron interval (10 minutes) to ensure availability for the next run