pub async fn push_tasks( pool: PgPool, cfg: Config, buffer: Vec<PgTask<CompactType>>, ) -> Result<(), Error>