pub fn list_runs(query: &RunsQuery) -> Result<RunsListing>Expand description
Read every fire the query selects.
Read-only: every store is opened SQLITE_OPEN_READ_ONLY, and no fire is
claimed, retried, or pruned.
pub fn list_runs(query: &RunsQuery) -> Result<RunsListing>Read every fire the query selects.
Read-only: every store is opened SQLITE_OPEN_READ_ONLY, and no fire is
claimed, retried, or pruned.