pub async fn get_worker_names(
conn: &mut PgConnection,
) -> ModelResult<Vec<String>>Expand description
The distinct worker_name values in the log, so the filter offers what exists rather than a
hardcoded list of phase names.
pub async fn get_worker_names(
conn: &mut PgConnection,
) -> ModelResult<Vec<String>>The distinct worker_name values in the log, so the filter offers what exists rather than a
hardcoded list of phase names.