Constant SYSTEM_CLEANUP_LOCK_TTL_SECS

Source
pub const SYSTEM_CLEANUP_LOCK_TTL_SECS: u64 = _; // 840u64
Expand description

TTL for the system cleanup distributed lock (14 minutes).

This value should be:

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