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