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