pub async fn fetch_quotas<'a, E>( run_id: RunId, executor: E, ) -> Result<RunQuotas>where E: Executor<'a, Database = Postgres>,
Fetch quotas.