pub fn queue_runnability_report_at(
now_rfc3339: &str,
active: &QueueFile,
done: Option<&QueueFile>,
options: RunnableSelectionOptions,
) -> Result<QueueRunnabilityReport>Expand description
Build a runnability report with a specific timestamp (deterministic for tests).