pub async fn blocking( limit: Option<String>, pool: &Pool<Postgres>, ) -> Result<Vec<Blocking>, PgExtrasError>
Lists queries that are blocking other queries.