pub const STALE_AFTER_SECS: i64 = 300;Expand description
How long a run may claim to be live on disk, while the daemon is not holding it, before anything treats it as abandoned.
Comfortably longer than the persistence heartbeat, so a live-but-slow run (a long inference writes nothing else) is never mistaken for a dead one.