load_streaming_jobs_by_ids

Function load_streaming_jobs_by_ids 

Source
pub(crate) async fn load_streaming_jobs_by_ids<C>(
    txn: &C,
    job_ids: impl IntoIterator<Item = JobId>,
) -> MetaResult<HashMap<JobId, Model>>
where C: ConnectionTrait,
Expand description

Load streaming jobs by job ids.